diff options
Diffstat (limited to 'test-suite/output/Coercions.out')
-rw-r--r-- | test-suite/output/Coercions.out | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test-suite/output/Coercions.out b/test-suite/output/Coercions.out index 63e042d8..4b8aa355 100644 --- a/test-suite/output/Coercions.out +++ b/test-suite/output/Coercions.out @@ -1,4 +1,6 @@ -(P x) +P x : Prop -(R x x) +R x x : Prop +fun (x : foo) (n : nat) => x n + : foo -> nat -> nat |