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