051c54b
1983893
a92aa71
1 2
3 4
5
6 7
8 9
module Foo (foo) where import Prelude import qualified Foo.Bar as B foo = "b" foo' = "c"