diff options
Diffstat (limited to 'proofs/clenv.ml')
-rw-r--r-- | proofs/clenv.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/clenv.ml b/proofs/clenv.ml index 4ea4c4f50..09e9adbc5 100644 --- a/proofs/clenv.ml +++ b/proofs/clenv.ml @@ -59,7 +59,7 @@ type 'a clausenv = { env : clbinding Intmap.t; hook : 'a } -type wc = walking_constraints +type wc = named_context sigma let applyHead n c wc = let rec apprec n c cty wc = |