X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Flexicon%2FlexiconEngine.ml;h=aec759c964d64d3b3d00f9ea92d87c73d42a5445;hb=a3c9916401dbaac8e59948e878eec0f37e72bf4a;hp=752dabb71d26b52c6ecf96449bad411b4227381d;hpb=114ee592d3da9b49abfd4c1b186cba1e170075dc;p=helm.git diff --git a/helm/ocaml/lexicon/lexiconEngine.ml b/helm/ocaml/lexicon/lexiconEngine.ml index 752dabb71..aec759c96 100644 --- a/helm/ocaml/lexicon/lexiconEngine.ml +++ b/helm/ocaml/lexicon/lexiconEngine.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + exception IncludedFileNotCompiled of string (* file name *) exception MetadataNotFound of string (* file name *) @@ -55,8 +57,7 @@ let add_metadata new_metadata status = | LibraryNoDb.Dependency buri -> if List.exists (LibraryNoDb.eq_metadata m) metadata then acc - else m :: acc - | _ -> m :: acc) + else m :: acc) metadata new_metadata in { status with metadata = metadata' }