diff options
Diffstat (limited to 'contrib/first-order/rules.ml')
| -rw-r--r-- | contrib/first-order/rules.ml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/first-order/rules.ml b/contrib/first-order/rules.ml index 3ee0871dea..be91c9ec5d 100644 --- a/contrib/first-order/rules.ml +++ b/contrib/first-order/rules.ml @@ -173,9 +173,7 @@ let ll_forall_tac prod id tacrec seq= tclSOLVE [wrap 1 false tacrec (deepen seq)]]; tclSOLVE [wrap 0 true tacrec (deepen seq)]] -(* complicated stuff for instantiation with unification *) - -(* moved to instances.ml *) +(* rules for instantiation with unification moved to instances.ml *) (* special for compatibility with old Intuition *) |
