-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
Language updates: | ||
<ul> | ||
<li>String literals, which can be used in meta code</li> | ||
<li>Meta resolvers, which can be used to modify the scoping rules for meta definitions</li> | ||
<li>\strict parameters</li> | ||
<li>Improved performance</li> | ||
<li>Defined metas</li> | ||
<li>Libraries can be loaded from zip archives without unpacking</li> | ||
<li>Built-in finite types</li> | ||
<li>Default implementations</li> | ||
<li>Coerce to function types</li> | ||
<li>\coerce for fields and constructors</li> | ||
<li>\have declaration</li> | ||
<li>Dot-syntax for dynamic definitions</li> | ||
<li>Added more computational rules for + and - functions</li> | ||
</ul> | ||
|
||
Plugin updates: | ||
<ul> | ||
<li>Completion of not-imported definitions</li> | ||
<li>Rainbow highlighting</li> | ||
<li>arend-lib can be downloaded and upgraded from the IDE</li> | ||
<li>Quick fixes for "impossible elimination" and "expected constructor" errors</li> | ||
</ul> | ||
|
||
API: | ||
<ul> | ||
<li>Arend console, which can be used to print information in the IDE instead of stdout</li> | ||
<li>Clauses and coclauses can be passed to metas now</li> | ||
<li>Saving and loading of typechecker state</li> | ||
<li>Pattern typechecker</li> | ||
</ul> |