From 97a9c665b724517248e34d7440a9477755dfd9cf Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 12 Sep 2005 09:16:34 +0000 Subject: [PATCH] commented Record type constructor --- helm/ocaml/cic_notation/grafiteAst.ml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2