diff options
Diffstat (limited to 'checker')
| -rw-r--r-- | checker/check.mllib | 1 | ||||
| -rw-r--r-- | checker/reduction.ml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/checker/check.mllib b/checker/check.mllib index 7488a2c578..9f0bc200c5 100644 --- a/checker/check.mllib +++ b/checker/check.mllib @@ -12,6 +12,7 @@ Option Store Exninfo Backtrace +Control Flags Pp_control Pp diff --git a/checker/reduction.ml b/checker/reduction.ml index 384b9ad7f2..49f0a26e72 100644 --- a/checker/reduction.ml +++ b/checker/reduction.ml @@ -226,7 +226,7 @@ let rec ccnv univ cv_pb infos lft1 lft2 term1 term2 = (* Conversion between [lft1](hd1 v1) and [lft2](hd2 v2) *) and eqappr univ cv_pb infos (lft1,st1) (lft2,st2) = - Util.check_for_interrupt (); + Control.check_for_interrupt (); (* First head reduce both terms *) let rec whd_both (t1,stk1) (t2,stk2) = let st1' = whd_stack infos t1 stk1 in |
