summaryrefslogtreecommitdiff
path: root/testdata/where.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/where.lc
parentd5f3ef4a65218b966f7463511896fd901a4d1d77 (diff)
normalise paths and fix self export handling
Diffstat (limited to 'testdata/where.lc')
-rw-r--r--testdata/where.lc8
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/where.lc b/testdata/where.lc
new file mode 100644
index 00000000..bf9db0f2
--- /dev/null
+++ b/testdata/where.lc
@@ -0,0 +1,8 @@
1{-# LANGUAGE NoImplicitPrelude #-}
2
3f = x
4 where
5 z = y
6 where
7 y = 1.0
8 x = 1.0