X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FcicNotation2.mli;h=9b47d8d6dd7e9a2e2f0235b4d78f74f3312625d0;hb=f2e2d1f6cccad2cc1ce70ef7fa2841cf0a457953;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..9b47d8d6d 100644 --- a/helm/software/components/grafite_parser/cicNotation2.mli +++ b/helm/software/components/grafite_parser/cicNotation2.mli @@ -29,7 +29,9 @@ val parse_environment: include_paths:string list -> string -> - DisambiguateTypes.environment * 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