aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/src/Foo.purs
blob: 97b7cec2327e2c47905d2de0ee745396cb4a70f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
module Foo where

import Prelude

import qualified Foo.Bar as B

foo = "A"

bar = "B"