X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FcicNotation2.mli;h=9b47d8d6dd7e9a2e2f0235b4d78f74f3312625d0;hb=6b3242efcd29ea188ef09b445985abb06c5fad3a;hp=972c55b513c93e7f3a25cdd86573471b8e04db7c;hpb=1d212933a86f2820a151555516f7a53ab1c9f8e7;p=helm.git diff --git a/helm/software/components/grafite_parser/cicNotation2.mli b/helm/software/components/grafite_parser/cicNotation2.mli index 972c55b51..9b47d8d6d 100644 --- a/helm/software/components/grafite_parser/cicNotation2.mli +++ b/helm/software/components/grafite_parser/cicNotation2.mli @@ -29,8 +29,9 @@ val parse_environment: include_paths:string list -> string -> - Cic.term DisambiguateTypes.environment * - Cic.term DisambiguateTypes.multiple_environment + LexiconAst.alias_spec DisambiguateTypes.Environment.t * + LexiconAst.alias_spec list DisambiguateTypes.Environment.t + (** @param fname file from which load notation *) val load_notation: include_paths:string list -> string -> LexiconEngine.status