4 lines
43 B
Haskell
4 lines
43 B
Haskell
module Bar (bar) where
|
|
|
|
bar :: Int
|
|
bar = 6
|
module Bar (bar) where
|
|
|
|
bar :: Int
|
|
bar = 6
|