
8 Feb
2016
8 Feb
'16
1:01 p.m.
The semicolon is already appropriated sadly:
ghci> do { putStr "Hello" ; putStrLn " world!"; } is it only used for this purpose within braces? would it be a bad taste to overload ;? there are examples: dot, parentheses even have type in their moonlighting capacity: Prelude> :t () () :: ()