From 97fefe1fcca363a1317e066e7f4b99b9c1e9987b Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 12 Jan 2012 16:02:20 +0100 Subject: Imported Upstream version 8.4~beta --- test-suite/output/inference.out | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/output/inference.out (limited to 'test-suite/output/inference.out') 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 -- cgit v1.2.3