X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FcoercDb.mli;h=d8a8b0574de506f222da61acfb073f9074723896;hb=46f89a89b444b0f1e6b25773c59127ccfbe07d0e;hp=92d4b7f2484e231e1547a62899fe094ece785c79;hpb=7f21c77a04c282e789dfbedf202fe90e15a7fde2;p=helm.git diff --git a/components/library/coercDb.mli b/components/library/coercDb.mli index 92d4b7f24..d8a8b0574 100644 --- a/components/library/coercDb.mli +++ b/components/library/coercDb.mli @@ -36,6 +36,8 @@ type coerc_carr = | Uri of UriManager.uri (* const, mutind, mutconstr *) | Sort of Cic.sort (* Prop, Set, Type *) | Term of Cic.term (* nothing supported *) + | Fun of int +;; exception EqCarrNotImplemented of string Lazy.t exception EqCarrOnNonMetaClosed