aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/inference.out
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-03-09 08:26:00 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-03-09 08:26:00 +0100
commite4ad47fed594d6865f5bd29a159976cb072f0fae (patch)
tree893bd81fe7df422d7c0a2bd545650a1e7ca86268 /test-suite/output/inference.out
parentd337afac6f9b1fe405c89b4e62f660cadf171f0f (diff)
Do not display the status of monomorphic constants unless in universe-polymorphism mode.
Diffstat (limited to 'test-suite/output/inference.out')
-rw-r--r--test-suite/output/inference.out2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/output/inference.out b/test-suite/output/inference.out
index d69baaece..b1952aecf 100644
--- a/test-suite/output/inference.out
+++ b/test-suite/output/inference.out
@@ -4,8 +4,6 @@ fun e : option L => match e with
| None => None
end
: option L -> option L
-
-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