6 lines
54 B
Text
6 lines
54 B
Text
module Chs
|
|
( baz )
|
|
where
|
|
|
|
baz :: String
|
|
baz = "baz"
|