We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620baf3 commit f10ab04Copy full SHA for f10ab04
CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- Added polymorphic type declarations, allowing abstracting commonly used data
13
types like `Option[a]` and `Result[err, ok]`. Note that this is not yet
14
supported by `verify`. (#1298)
15
+- Added `compile` subcommand, allowing compiling specs to TLA+ (via Apalache)
16
+ and to a JSON format. (#1309, #359)
17
18
### Changed
19
0 commit comments