X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_acic%2FdoubleTypeInference.mli;h=dcc7b66bd19f6e6821b6651b2e527f9b55cab1a7;hb=aa791b78493b604792383cf6326877d0d53e0458;hp=86d8b23fabee6cac29723f5866a29dfb1f981d72;hpb=3f00ce2e2e2f2d443e942d86c394200554ba2496;p=helm.git diff --git a/components/cic_acic/doubleTypeInference.mli b/components/cic_acic/doubleTypeInference.mli index 86d8b23fa..dcc7b66bd 100644 --- a/components/cic_acic/doubleTypeInference.mli +++ b/components/cic_acic/doubleTypeInference.mli @@ -6,12 +6,6 @@ exception WrongUriToMutualInductiveDefinitions of string exception ListTooShort exception RelToHiddenHypothesis -val syntactic_equality_add_time: float ref -val type_of_aux'_add_time: float ref -val number_new_type_of_aux'_double_work: int ref -val number_new_type_of_aux': int ref -val number_new_type_of_aux'_prop: int ref - type types = {synthesized : Cic.term ; expected : Cic.term option};; val pack_coercion : (Cic.metasenv -> Cic.context -> Cic.term -> Cic.term) ref;;