X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FcicNotation2.mli;h=9b47d8d6dd7e9a2e2f0235b4d78f74f3312625d0;hb=9a9c5b863f68367119450ae7b806d454ba1265e3;hp=972c55b513c93e7f3a25cdd86573471b8e04db7c;hpb=25fba20748a951f7061188cc5fabece8f5ac97b9;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