aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/src/Test.purs
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-01-14 22:53:28 -0500
committereric thul <thul.eric@gmail.com>2015-01-14 22:53:28 -0500
commit051c54bc5fd21db7758abfc8cbd53921bf50495e (patch)
tree9ad322e4cd48cbe929af3f0fe3aa10cc8c0debdd /example/src/Test.purs
parenta6986505b0be81ddca5bd7d63bb98f2926ee47e8 (diff)
downloadpurs-loader-051c54bc5fd21db7758abfc8cbd53921bf50495e.tar.gz
purs-loader-051c54bc5fd21db7758abfc8cbd53921bf50495e.tar.zst
purs-loader-051c54bc5fd21db7758abfc8cbd53921bf50495e.zip
updating example
Diffstat (limited to 'example/src/Test.purs')
-rw-r--r--example/src/Test.purs2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/src/Test.purs b/example/src/Test.purs
index 7409c6e..8a5cb88 100644
--- a/example/src/Test.purs
+++ b/example/src/Test.purs
@@ -1,3 +1,5 @@
1module Test (test) where 1module Test (test) where
2 2
3import Data.Maybe
4
3test = "a" 5test = "a"