diff options
Diffstat (limited to 'kernel/reduction.ml')
| -rw-r--r-- | kernel/reduction.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/reduction.ml b/kernel/reduction.ml index 18e3d2c324..21ab932ebf 100644 --- a/kernel/reduction.ml +++ b/kernel/reduction.ml @@ -840,12 +840,14 @@ let fconv cv_pb env sigma t1 t2 = let conv env = fconv CONV env let conv_leq env = fconv CONV_LEQ env +(* let convleqkey = Profile.declare_profile "conv_leq";; let conv_leq env sigma t1 t2 = Profile.profile4 convleqkey conv_leq env sigma t1 t2;; let convkey = Profile.declare_profile "conv";; let conv env sigma t1 t2 = Profile.profile4 convleqkey conv env sigma t1 t2;; +*) let conv_forall2 f env sigma v1 v2 = array_fold_left2 |
