X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_acic%2FdoubleTypeInference.ml;h=2400653be9c22211f5b3bc0197868a9a8c04b336;hb=2ca2baa7b345693c7684994130707fb152227931;hp=98d12ceca9446e7c6550e1625d2938c38d22d60b;hpb=afa05d30f20de12e031c3e5c3e5c33c19c42a7d8;p=helm.git diff --git a/helm/ocaml/cic_acic/doubleTypeInference.ml b/helm/ocaml/cic_acic/doubleTypeInference.ml index 98d12ceca..2400653be 100644 --- a/helm/ocaml/cic_acic/doubleTypeInference.ml +++ b/helm/ocaml/cic_acic/doubleTypeInference.ml @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +(* $Id$ *) + exception Impossible of int;; exception NotWellTyped of string;; exception WrongUriToConstant of string;;