summaryrefslogtreecommitdiff
path: root/testdata/fromto.lc
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-01-19 15:59:35 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-01-19 16:10:49 +0100
commitcb69693769ebfcdac605c90f38a20c788b08eaf3 (patch)
tree3689094c7ff13f45cc928a7dfaafff2652ed4c03 /testdata/fromto.lc
parentd5f3ef4a65218b966f7463511896fd901a4d1d77 (diff)
normalise paths and fix self export handling
Diffstat (limited to 'testdata/fromto.lc')
-rw-r--r--testdata/fromto.lc3
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/fromto.lc b/testdata/fromto.lc
new file mode 100644
index 00000000..44fdc8d8
--- /dev/null
+++ b/testdata/fromto.lc
@@ -0,0 +1,3 @@
1main :: Bool
2main = case (fromTo 1.0 3.0) of
3 [1.0, 2.0, 3.0] -> True