X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_unification%2FcoercGraph.mli;h=3bc6273c34e44721dcf76ea85bfb0e16e3171db9;hb=23f2fafa1bd91f271c0b5cf982b1cc59dc74cc35;hp=6c6ef2b50f2089230f39eabd50db0bccbaee0736;hpb=0ad07ee93a134773c16986552dc88e4e50a437ce;p=helm.git diff --git a/helm/software/components/cic_unification/coercGraph.mli b/helm/software/components/cic_unification/coercGraph.mli index 6c6ef2b50..3bc6273c3 100644 --- a/helm/software/components/cic_unification/coercGraph.mli +++ b/helm/software/components/cic_unification/coercGraph.mli @@ -40,10 +40,6 @@ val look_for_coercion : Cic.metasenv -> Cic.substitution -> Cic.context -> Cic.term -> Cic.term -> coercion_search_result -(* checks if term is a constant or - * a constant applyed that is marked with (`Class `Coercion) *) -val is_composite: Cic.term -> bool - val source_of: Cic.term -> Cic.term val generate_dot_file: unit -> string