diff options
| author | Hugo Herbelin | 2018-05-13 16:06:24 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-05-23 18:50:10 +0200 |
| commit | 5ec974962c7be7a7280a8094da733e32c232f5e0 (patch) | |
| tree | 8419ccf4837be0884aaffb517d24d4931840c4f5 /dev | |
| parent | bb189de66d46e49931206ef28c861f46bbfcb9f7 (diff) | |
Document Smart/Array changes in dev/doc/Changes.md.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md index ff448abe81..774a77c8ad 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -28,6 +28,13 @@ Proof engine should indicate what the canonical form is. An important change is the move of `Globnames.global_reference` to `Names.GlobRef.t`. +ML Libraries used by Coq + +- Introduction of a "Smart" module for collecting "smart*" functions, e.g. + Array.Smart.map. +- Uniformization of some names, e.g. Array.Smart.fold_left_map instead + of Array.smartfoldmap. + ### Unit testing The test suite now allows writing unit tests against OCaml code in the Coq |
