author | wenzelm |
Thu, 17 Aug 2000 10:39:30 +0200 | |
changeset 9629 | 50f1c4222aea |
parent 9628 | 53a62fd8b2dc |
child 9630 | 7a0f4c2aed0d |
--- a/src/Pure/theory.ML Thu Aug 17 10:39:12 2000 +0200 +++ b/src/Pure/theory.ML Thu Aug 17 10:39:30 2000 +0200 @@ -249,8 +249,7 @@ Term.no_dummy_patterns t handle TERM (msg, _) => error msg; assert (T = propT) "Term not of type prop"; (name, no_vars t) - end - handle ERROR => err_in_axm name; + end; (*some duplication of code with read_def_cterm*) fun read_def_axm (sg, types, sorts) used (name, str) =