diff options
Diffstat (limited to 'example/src/Test.purs')
-rw-r--r-- | example/src/Test.purs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/example/src/Test.purs b/example/src/Test.purs deleted file mode 100644 index 3a92681..0000000 --- a/example/src/Test.purs +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | module Test (testing) where | ||
2 | |||
3 | bar = "c" | ||
4 | |||
5 | goo = "a" | ||
6 | |||
7 | foreign import testing :: String | ||