aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/src/Foo.purs
blob: a715be007a58af232cffdb3d676f431f54fad0c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Foo where

import Prelude

import qualified Foo.Bar as B

foo = "A"

bar = "B"

jaz = "D" ++ B.jar ++ B.jee

foreign import foot :: String

foreign import meter :: String