]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/grafiteParser.ml
- grafiteParser: we added the comand "defined" as a presentational
[helm.git] / matita / components / grafite_parser / grafiteParser.ml
index 0a2103c9a89ea34be89a4585d1ee62c9c80a79ec..ba58eda87caff6aceebf2f18661d65af23066efb 100644 (file)
@@ -507,6 +507,7 @@ EXTEND
 
   grafite_ncommand: [ [
       IDENT "qed" ;  i = index -> G.NQed (loc,i)
+    | IDENT "defined" ;  i = index -> G.NQed (loc,i) (* FG: presentational qed for definitions *)
     | nflavour = ntheorem_flavour; name = IDENT; SYMBOL ":"; typ = term;
       body = OPT [ SYMBOL <:unicode<def>> (* ≝ *); body = term -> body ] ->
         let attrs = `Provided, nflavour, `Regular in