]> git.immae.eu Git - github/fretlink/purs-loader.git/blob - example/src/Foo.purs
Bumping version number to 0.3.4
[github/fretlink/purs-loader.git] / example / src / Foo.purs
1 module Foo (foo) where
2
3 import Prelude
4
5 import qualified Foo.Bar as B
6
7 foo = "b"
8
9 foo' = "c"