diff options
| author | Guillaume Melquiond | 2015-02-15 13:13:17 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2015-02-15 13:13:17 +0100 |
| commit | 5830f5867f36ebf66bc1f4126762f4b1c1444f94 (patch) | |
| tree | ceb612c5a65ccc856e7b0150076a0b01f479aafe | |
| parent | dd790577b8acc241201f6863fe3409a2e08b8757 (diff) | |
Document the behavior change of Instance wrt {|...|}. (Fix for bug #3749)
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ Vernacular commands the execution of the following tactics. - "Optimize Heap" command to tell the OCaml runtime to perform a major garbage collection step and heap compaction. +- "Instance" no longer treats the {|...|} syntax specially; it handles it + in the same way as other commands, e.g. "Definition". Use the {...} + syntax (no pipe symbols) to recover the old behavior. Specification Language |
