Releases: JetBrains/Arend
Releases · JetBrains/Arend
v1.10
v1.9.0
v1.8.0
v1.7.0
v1.6.0.1
v1.6.0
Language updates:
- Built-in finite types
- \default implementations
- \coerce to function types
- \coerce for fields and constructors
- \have declaration
- Dot-syntax for dynamic definitions
- Added more computational rules for
Nat.+
andNat.-
functions
API:
- Pattern typechecker
v1.5.0
v.1.4.1
v1.4.0
Language updates:
- Implicit lambdas.
- Tests directory can be used to store files with tests, examples, and other code which is not a part of the library.
- Improved pretty printer: if some definition is not available in the current context, it will be replaced with its full name.
- REPL
- Arend now supports unicode symbols through aliases.
- Equality between disjoint constructors is now considered empty.
- Added support for incomplete lambdas, let expressions, and tuples.
- Implemented tail call optimization.
API:
- Goal solvers can be used to replace goals with expressions.
- Arend UI allows meta definitions to interact with the user.
- Level solvers can be used to automatically prove that a type belongs to a certain homotopy level.
- Number type-checker can be used to elaborate numerical literals to arbitrary expressions.
- User data in definitions can be used to store arbitrary user data.
- User data in ContextData can be used to pass information between meta definitions.