aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/src/Foo/Bar.purs
blob: 1b0919c9cacc6a23a9a932c87ab2c054306b7934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module Foo.Bar (bar, jar, jee) where

import Foo.Boz

bar = "u"

bar' = "d"

jam = "c"

jar = "xyzw"

jee = "abcde"