]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/grafiteParser.ml
Now it should compile :-)
[helm.git] / matita / components / grafite_parser / grafiteParser.ml
index 720b4196a2c6d4908d0811c6620d6bcb15ac9aef..9e1e54ee72ae481bb7722d3f7ba0744496249c23 100644 (file)
@@ -538,7 +538,7 @@ EXTEND
   grafite_ncommand: [ [
       IDENT "qed" ;  b = OPT SYMBOL "-" -> 
       let b = match b with None -> true | Some _ -> false in
-      if not b then G.NQed (loc,b)
+      G.NQed (loc,b)
     | nflavour = ntheorem_flavour; name = IDENT; SYMBOL ":"; typ = term;
       body = OPT [ SYMBOL <:unicode<def>> (* ≝ *); body = term -> body ] ->
         G.NObj (loc, N.Theorem (nflavour, name, typ, body,`Regular))