Interactive code snippets not yet available for SoH 2.0, see our Status of of School of Haskell 2.0 blog post These extensions simply enhance Haskell’s core syntax without providing any actually new semantic features. PostfixOperatorsAvailable in: All recent GHC versions The PostfixOperators extension allows you some slight extra leeway with Haskell’s operator section syntax. Normally, when you wr