haskell: Remove some redundant parenthesis.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Nov 2009 23:26:16 +0000 (23:26 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Nov 2009 23:26:16 +0000 (23:26 +0000)
commite4e035bf5fd8c6d99eecff9db55cdd4a4b069fbe
tree382dffe1b8485134d34f15ebf886324a552afcfb
parentd87584d71b1c587112f039ab69a5af8b083b18be
haskell: Remove some redundant parenthesis.

Actually this changes the semantics of the program slightly: Node becomes
a (curried) 3-ary constructor rather than a unary constructor accepting
a tuple.  This is all to the good.
haskell-fringe.hs