diff options
Diffstat (limited to 'test-suite/output/inference.out')
-rw-r--r-- | test-suite/output/inference.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/inference.out b/test-suite/output/inference.out index 4512e2c5c..576fbd7c0 100644 --- a/test-suite/output/inference.out +++ b/test-suite/output/inference.out @@ -6,7 +6,7 @@ fun e : option L => match e with : option L -> option L 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 +fun n : nat => let x := A n : T n in ?y ?y0 : T n : forall n : nat, T n where ?y : [n : nat x := A n : T n |- ?T -> T n] |