]> matita.cs.unibo.it Git - helm.git/commitdiff
commented Record type constructor
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 12 Sep 2005 09:16:34 +0000 (09:16 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 12 Sep 2005 09:16:34 +0000 (09:16 +0000)
helm/ocaml/cic_notation/grafiteAst.ml

index f7e953b8cb87f71863555982db2dfcd28b1b268d..4697ab6adceca84e0d566ffb66374458a6dbc844 100644 (file)
@@ -134,6 +134,7 @@ type obj =
        *)
   | Record of (string * Ast.term) list * string * Ast.term *
       (string * Ast.term) list
+      (** left parameters, name, type, fields *)
 
 type ('term,'obj) command =
   | Default of loc * string * UriManager.uri list