summaryrefslogtreecommitdiff
path: root/test-suite/output/inference.out
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <gareuselesinge@debian.org>2015-01-25 14:42:51 +0100
committerGravatar Enrico Tassi <gareuselesinge@debian.org>2015-01-25 14:42:51 +0100
commit7cfc4e5146be5666419451bdd516f1f3f264d24a (patch)
treee4197645da03dc3c7cc84e434cc31d0a0cca7056 /test-suite/output/inference.out
parent420f78b2caeaaddc6fe484565b2d0e49c66888e5 (diff)
Imported Upstream version 8.5~beta1+dfsg
Diffstat (limited to 'test-suite/output/inference.out')
-rw-r--r--test-suite/output/inference.out14
1 files changed, 12 insertions, 2 deletions
diff --git a/test-suite/output/inference.out b/test-suite/output/inference.out
index 4f8de1dc..d69baaec 100644
--- a/test-suite/output/inference.out
+++ b/test-suite/output/inference.out
@@ -4,7 +4,17 @@ fun e : option L => match e with
| None => None
end
: option L -> option L
-fun n : nat => let x := A n in ?12 ?15:T n
+
+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 ?y ?y0:T n
: forall n : nat, T n
-fun n : nat => ?20 ?23:T n
+where
+?y : [n : nat x := A n : T n |- ?T0 -> T n]
+?y0 : [n : nat x := A n : T n |- ?T0]
+fun n : nat => ?y ?y0:T n
: forall n : nat, T n
+where
+?y : [n : nat |- ?T0 -> T n]
+?y0 : [n : nat |- ?T0]