From: Stefano Zacchiroli Date: Mon, 12 Sep 2005 09:16:34 +0000 (+0000) Subject: commented Record type constructor X-Git-Tag: V_0_1_2_1~49 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=97a9c665b724517248e34d7440a9477755dfd9cf;p=helm.git commented Record type constructor --- diff --git a/helm/ocaml/cic_notation/grafiteAst.ml b/helm/ocaml/cic_notation/grafiteAst.ml index f7e953b8c..4697ab6ad 100644 --- a/helm/ocaml/cic_notation/grafiteAst.ml +++ b/helm/ocaml/cic_notation/grafiteAst.ml @@ -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