aboutsummaryrefslogtreecommitdiff
path: root/contrib/firstorder/formula.ml
diff options
context:
space:
mode:
authorherbelin2008-12-31 10:57:09 +0000
committerherbelin2008-12-31 10:57:09 +0000
commit0d03f17a33b43aa87bb201953e4e1a567aac6355 (patch)
treebfb3179e3de28fee2d900b202de3a4281a062eda /contrib/firstorder/formula.ml
parentd3c49a6e536006ff121f01303ddc0a43b4c90e23 (diff)
Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->
splay_prod_n, lam_it -> it_mkLambda, splay_lambda -> splay_lam). Added shortcuts for "fst (decompose_prod t)" and co. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11727 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/firstorder/formula.ml')
-rw-r--r--contrib/firstorder/formula.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/firstorder/formula.ml b/contrib/firstorder/formula.ml
index ac32f6abee..0be3a4b399 100644
--- a/contrib/firstorder/formula.ml
+++ b/contrib/firstorder/formula.ml
@@ -57,8 +57,8 @@ let ind_hyps nevar ind largs gls=
let lp=Array.length types in
let myhyps i=
let t1=Term.prod_applist types.(i) largs in
- let t2=snd (Sign.decompose_prod_n_assum nevar t1) in
- fst (Sign.decompose_prod_assum t2) in
+ let t2=snd (decompose_prod_n_assum nevar t1) in
+ fst (decompose_prod_assum t2) in
Array.init lp myhyps
let special_nf gl=