summaryrefslogtreecommitdiff
path: root/test-suite/output/inference.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/inference.out')
-rw-r--r--test-suite/output/inference.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/output/inference.out b/test-suite/output/inference.out
new file mode 100644
index 00000000..bca3b361
--- /dev/null
+++ b/test-suite/output/inference.out
@@ -0,0 +1,6 @@
+P =
+fun e : option L => match e with
+ | Some cl => Some cl
+ | None => None
+ end
+ : option L -> option L