diff options
author | eric thul <thul.eric@gmail.com> | 2015-12-25 19:16:21 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-12-25 19:16:21 -0500 |
commit | 9764d2a7d5e6d9cf081dcbc162dac01f95d452b3 (patch) | |
tree | bd9576aa9ab3c8f1b840fa966afc7e8a9bdd39f2 /example/src/Test.purs | |
parent | 63d6a244462d050e119bde54a7063bae8a17e987 (diff) | |
download | purs-loader-9764d2a7d5e6d9cf081dcbc162dac01f95d452b3.tar.gz purs-loader-9764d2a7d5e6d9cf081dcbc162dac01f95d452b3.tar.zst purs-loader-9764d2a7d5e6d9cf081dcbc162dac01f95d452b3.zip |
Updating example
Diffstat (limited to 'example/src/Test.purs')
-rw-r--r-- | example/src/Test.purs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/src/Test.purs b/example/src/Test.purs index 133a192..3a92681 100644 --- a/example/src/Test.purs +++ b/example/src/Test.purs | |||
@@ -1,7 +1,7 @@ | |||
1 | module Test (test, testing) where | 1 | module Test (testing) where |
2 | 2 | ||
3 | import Prelude | 3 | bar = "c" |
4 | 4 | ||
5 | test = "a" | 5 | goo = "a" |
6 | 6 | ||
7 | foreign import testing :: String | 7 | foreign import testing :: String |