]> matita.cs.unibo.it Git - helm.git/commitdiff
Type expression simplified.
authorMichele Galatà <??>
Thu, 29 Aug 2002 13:19:02 +0000 (13:19 +0000)
committerMichele Galatà <??>
Thu, 29 Aug 2002 13:19:02 +0000 (13:19 +0000)
helm/gTopLevel/proofEngineReduction.mli

index 3dea540d587e98d04f8ea7858ba04d1c2ed519a0..06a7f2b9a171b5f10c3b6953a84e66ded811343b 100644 (file)
@@ -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