Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-07-15 21:04:47 -0700 (Thu, 15 Jul 2004)
Revision: 6098
Log message:
- Added an input shortcut for sequents with a unary sequent_arg. Now instead
of typing
sequent [t]{ ... }
one can type
t{| ... |}
(where t can be an arbitrary term).
- Switched base_reflection to using the new syntax for bterm sequents.
Changes | Path |
+9 -2 | metaprl/filter/filter/term_grammar.ml |
+11 -11 | metaprl/theories/base/base_reflection.ml |