diff options
author | eric thul <thul.eric@gmail.com> | 2016-02-24 22:55:17 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-02-24 22:55:17 -0500 |
commit | f97818b550b17455448ff7fe09689b326c30912b (patch) | |
tree | 2ab19c4a3f01925f1ee5c29f99c4f6cd6e5c1166 /example/src/Foo/Boz.purs | |
parent | 460393439a8dd7d94fe02a2013e96c9146282bf1 (diff) | |
download | purs-loader-f97818b550b17455448ff7fe09689b326c30912b.tar.gz purs-loader-f97818b550b17455448ff7fe09689b326c30912b.tar.zst purs-loader-f97818b550b17455448ff7fe09689b326c30912b.zip |
Updating example
Diffstat (limited to 'example/src/Foo/Boz.purs')
-rw-r--r-- | example/src/Foo/Boz.purs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/src/Foo/Boz.purs b/example/src/Foo/Boz.purs new file mode 100644 index 0000000..c802e47 --- /dev/null +++ b/example/src/Foo/Boz.purs | |||
@@ -0,0 +1,5 @@ | |||
1 | module Foo.Boz where | ||
2 | |||
3 | a = "a" | ||
4 | |||
5 | b = "b" | ||