aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output
diff options
context:
space:
mode:
authorPierre Boutillier2014-09-18 14:06:29 +0200
committerPierre Boutillier2014-09-18 15:12:00 +0200
commit854be50a06b1c0fd95a63402eeced0fd0388bf55 (patch)
tree4cf56f1f6374087e27f2481ec61786d304214508 /test-suite/output
parent82229da083c2cfecca63f4ff5ca7da41bda059f6 (diff)
Reductionops: (Co)Fixpoints are always refolded during iota
Diffstat (limited to 'test-suite/output')
-rw-r--r--test-suite/output/inference.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/output/inference.out b/test-suite/output/inference.out
index 466faaccb3..6701259760 100644
--- a/test-suite/output/inference.out
+++ b/test-suite/output/inference.out
@@ -5,10 +5,10 @@ fun e : option L => match e with
end
: option L -> option L
-P is monomorphic
+P is not universe polymorphic
fun (m n p : nat) (H : S m <= S n + p) => le_S_n m (n + p) H
: forall m n p : nat, S m <= S n + p -> m <= n + p
-fun n : nat => let x := A n in ?12 ?15:T n
+fun n : nat => let x := A n in ?y ?y0:T n
: forall n : nat, T n
-fun n : nat => ?20 ?23:T n
+fun n : nat => ?y ?y0:T n
: forall n : nat, T n