Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-02-16 22:52:07 -0800 (Wed, 16 Feb 2005)
Revision: 6702
Log message:
Fixed the problem with iforms in command-line terms.
Shell_state was bypassing the iforms and type checking.
NOTE: this also adds type-checking to command line terms
at line 213 of term_grammar.ml.
Currently, I'm not sure why command-line terms need parse_term_with_vars,
as opposed to parse_term. See also bug #407.
Changes | Path |
+1 -0 | metaprl/filter/base/filter_type.ml |
+5 -0 | metaprl/filter/filter/term_grammar.ml |
+6 -6 | metaprl/support/shell/shell_state.ml |
+0 -0 | metaprl/theories/itt/itt_list2.ml |