brittany/data/12-other.blt

28 lines
311 B
Plaintext

#group other/whitespace-newlines
#test module-import-newlines
module Main where
import Prelude
firstDecl = True
#test function-where-newlines
func = do
-- complex first step
aaa
-- complex second step
bbb
where
helper :: Helper
helper = helpful
other :: Other
other = True