Sign.is_logtype;
authorwenzelm
Wed, 09 Jun 2004 20:24:32 +0200
changeset 14914 f83f0a7053b5
parent 14913 e993eabc7197
child 14915 f410a96ebf8a
Sign.is_logtype;
src/Pure/theory.ML
--- a/src/Pure/theory.ML	Wed Jun 09 18:57:18 2004 +0200
+++ b/src/Pure/theory.ML	Wed Jun 09 20:24:32 2004 +0200
@@ -272,7 +272,7 @@
 (*some duplication of code with read_def_cterm*)
 fun read_def_axm (sg, types, sorts) used (name, str) =
   let
-    val ts = Syntax.read (Sign.syn_of sg) propT str;
+    val ts = Syntax.read (Sign.is_logtype sg) (Sign.syn_of sg) propT str;
     val (t, _) = Sign.infer_types (Sign.pp sg) sg types sorts used true (ts, propT);
   in cert_axm sg (name, t) end
   handle ERROR => err_in_axm name;