From: Michele Galatà Date: Thu, 29 Aug 2002 13:19:02 +0000 (+0000) Subject: Type expression simplified. X-Git-Tag: new_mathql_before_first_merge~56 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a93e4b83ec988ad0b41eb8ea36f127613c12e16b;p=helm.git Type expression simplified. --- diff --git a/helm/gTopLevel/proofEngineReduction.mli b/helm/gTopLevel/proofEngineReduction.mli index 3dea540d5..06a7f2b9a 100644 --- a/helm/gTopLevel/proofEngineReduction.mli +++ b/helm/gTopLevel/proofEngineReduction.mli @@ -38,6 +38,5 @@ val syntactic_equality : Cic.term -> Cic.term -> bool val replace : equality:(Cic.term -> 'a -> bool) -> what:'a -> with_what:Cic.term -> where:Cic.term -> Cic.term -val reduce : - (Cic.name * Cic.context_entry) option list -> Cic.term -> Cic.term +val reduce : Cic.context -> Cic.term -> Cic.term val simpl : Cic.context -> Cic.term -> Cic.term