Fix Haskell single line comments by adding space
commit6b608974c0217fab182285c71cb9991fc630629a
authorAlexander <AleXoundOS@users.noreply.github.com>
Thu, 5 May 2016 22:15:51 +0000 (6 02:15 +0400)
committerAlexander <AleXoundOS@users.noreply.github.com>
Thu, 5 May 2016 22:15:51 +0000 (6 02:15 +0400)
tree13bf69f4ec0aae4f6ac43bf1e3a25e111a0baf83
parenta291a4239a656044f250dba5653fc3f4dac7bf9c
Fix Haskell single line comments by adding space

Haskell single line comments consist of at least two dashes "--",
not followed by special symbol.
So in practice everywhere in code you will see a space following "--".
Reference: Haskell 2010 Language Report -> Chapter 2 -> Lexical Structure
data/filedefs/filetypes.haskell