X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FcicNotation2.mli;h=972c55b513c93e7f3a25cdd86573471b8e04db7c;hb=649a897eeea9908ff6a438dcf6a6969894f9bd7f;hp=00f184b3bf192eeee0f724277711e1e42cdb8f00;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/grafite_parser/cicNotation2.mli b/helm/software/components/grafite_parser/cicNotation2.mli index 00f184b3b..972c55b51 100644 --- a/helm/software/components/grafite_parser/cicNotation2.mli +++ b/helm/software/components/grafite_parser/cicNotation2.mli @@ -29,7 +29,8 @@ val parse_environment: include_paths:string list -> string -> - DisambiguateTypes.environment * DisambiguateTypes.multiple_environment + Cic.term DisambiguateTypes.environment * + Cic.term DisambiguateTypes.multiple_environment (** @param fname file from which load notation *) val load_notation: include_paths:string list -> string -> LexiconEngine.status