diff options
author | eric thul <thul.eric@gmail.com> | 2016-03-13 10:06:11 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-03-13 10:06:11 -0400 |
commit | 1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a (patch) | |
tree | 9af0a5120593adeb47229d6a564fee86ab9f0856 /example/src/Foo.purs | |
parent | 0f0403a8359f316ece009442f2b3803e897cc9f1 (diff) | |
download | purs-loader-1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a.tar.gz purs-loader-1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a.tar.zst purs-loader-1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a.zip |
Extracting out the example
Diffstat (limited to 'example/src/Foo.purs')
-rw-r--r-- | example/src/Foo.purs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/example/src/Foo.purs b/example/src/Foo.purs deleted file mode 100644 index a715be0..0000000 --- a/example/src/Foo.purs +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | module Foo where | ||
2 | |||
3 | import Prelude | ||
4 | |||
5 | import qualified Foo.Bar as B | ||
6 | |||
7 | foo = "A" | ||
8 | |||
9 | bar = "B" | ||
10 | |||
11 | jaz = "D" ++ B.jar ++ B.jee | ||
12 | |||
13 | foreign import foot :: String | ||
14 | |||
15 | foreign import meter :: String | ||