Skip to content

Commit

Permalink
Update change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Apr 12, 2020
1 parent e68789c commit 73fee29
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions src/main/html/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
Language updates:
<ul>
<li>Implemented pattern matching on idp</li>
<li>New keyword \noclassifying can be used to define classes without
classifying fields
</li>
<li>The type of a field can be overridden with a subtype in a subclass using
new keyword \override
</li>
<li>Variables can be eliminated in \case expressions now</li>
<li>Implemented constructor synonyms</li>
<li>It is possible now to implement fields using pattern matching</li>
<li>Now, fields and implementations in a class are typechecked in the order
they are specified
</li>
<li>Implemented language extensions</li>
<li>Show conditions in goals</li>
</ul>

Plugin updates:
<ul>
<li>Fixed some problems with pattern generator and implemented case split
for \Sigma-types and records
</li>
<li>It is possible now to adjust the verbosity of pretty printer in error
messages
</li>
<li>Implemented "show type" feature</li>
<li>Implemented "normalize (sub)expression" feature</li>
</ul>

0 comments on commit 73fee29

Please sign in to comment.