6 lines
63 B
Text
6 lines
63 B
Text
module Bar (bar) where
|
|
|
|
{#import Foo.Foo#}
|
|
|
|
bar :: Int
|
|
bar = 6
|