aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Coercions.out8
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Coercions.out8')
-rw-r--r--test-suite/output/Coercions.out86
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/output/Coercions.out8 b/test-suite/output/Coercions.out8
new file mode 100644
index 000000000..4b8aa355a
--- /dev/null
+++ b/test-suite/output/Coercions.out8
@@ -0,0 +1,6 @@
+P x
+ : Prop
+R x x
+ : Prop
+fun (x : foo) (n : nat) => x n
+ : foo -> nat -> nat