aboutsummaryrefslogtreecommitdiff
path: root/contrib/cc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cc')
-rw-r--r--contrib/cc/cctac.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cc/cctac.ml b/contrib/cc/cctac.ml
index dcd0ea469c..515d4aa932 100644
--- a/contrib/cc/cctac.ml
+++ b/contrib/cc/cctac.ml
@@ -228,10 +228,10 @@ let build_projection intype outtype (cstr:constructor) special default gls=
let ci=pred (snd cstr) in
let branch i=
let ti=Term.prod_appvect types.(i) argv in
- let rc=fst (Sign.decompose_prod_assum ti) in
+ let rc=fst (decompose_prod_assum ti) in
let head=
if i=ci then special else default in
- Sign.it_mkLambda_or_LetIn head rc in
+ it_mkLambda_or_LetIn head rc in
let branches=Array.init lp branch in
let casee=mkRel 1 in
let pred=mkLambda(Anonymous,intype,outtype) in