diff options
Diffstat (limited to 'example/src/Foo.purs')
-rw-r--r-- | example/src/Foo.purs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/src/Foo.purs b/example/src/Foo.purs index 97b7cec..a715be0 100644 --- a/example/src/Foo.purs +++ b/example/src/Foo.purs | |||
@@ -7,3 +7,9 @@ import qualified Foo.Bar as B | |||
7 | foo = "A" | 7 | foo = "A" |
8 | 8 | ||
9 | bar = "B" | 9 | bar = "B" |
10 | |||
11 | jaz = "D" ++ B.jar ++ B.jee | ||
12 | |||
13 | foreign import foot :: String | ||
14 | |||
15 | foreign import meter :: String | ||