Skip to content

Commit

Permalink
Mention #1388 in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jun 23, 2023
1 parent 8f64a5b commit d55fc18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
* Infix operators are now allowed in import lists: `import M ((<+>))` will
import only the operator `<+>` from module `M`.

* `lib/Array.cry` now contains an `arrayEq` primitive. Like the other
array-related primitives, this has no computational interpretation (and
therefore cannot be used in the Cryptol interpreter), but it is useful for
stating specifications that are used in SAW.

## New features

* Add a `:time` command to benchmark the evaluation time of expressions.
Expand Down

0 comments on commit d55fc18

Please sign in to comment.