X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FgrafiteParser.ml;h=720b4196a2c6d4908d0811c6620d6bcb15ac9aef;hb=6114cb246d344e93b0dfeae4d273dc4422633ecb;hp=16bc6c32ebe60a3efd8537a23ed9a42b4d483de2;hpb=dab25d81b789fb8430ef76f2dd77970c2c410048;p=helm.git diff --git a/matita/components/grafite_parser/grafiteParser.ml b/matita/components/grafite_parser/grafiteParser.ml index 16bc6c32e..720b4196a 100644 --- a/matita/components/grafite_parser/grafiteParser.ml +++ b/matita/components/grafite_parser/grafiteParser.ml @@ -538,8 +538,7 @@ EXTEND grafite_ncommand: [ [ IDENT "qed" ; b = OPT SYMBOL "-" -> let b = match b with None -> true | Some _ -> false in - if not b then prerr_endline "Should not index"; - G.NQed (loc,b) + if not b then G.NQed (loc,b) | nflavour = ntheorem_flavour; name = IDENT; SYMBOL ":"; typ = term; body = OPT [ SYMBOL <:unicode> (* ≝ *); body = term -> body ] -> G.NObj (loc, N.Theorem (nflavour, name, typ, body,`Regular))