]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - example/src/Foo/Bar.purs
Defers to the plugin for writing PureScript output
[github/fretlink/purs-loader.git] / example / src / Foo / Bar.purs
CommitLineData
f97818b5 1module Foo.Bar (bar, jar, jee) where
a92aa714 2
f97818b5 3import Foo.Boz
4
5bar = "u"
1983893b 6
7bar' = "d"
f97818b5 8
9jam = "c"
10
11jar = "xyzw"
12
13jee = "abcde"