GHC 7.6.1

New GHCi features:

  • The -interactive-print flag can be used to customize how results are printed.
  • Added the :seti command

The -fdefer-type-errors flag can turns compilation errors into runtime errors.

This GHC version corresponds to base version 4.6.0.0.base-4.6.0.0

  • This is when the infix operator <> was first introduced, as an alias for the mappend method of the Monoid class. Four years later in GHC 8.0, the Semigroup class will appear with an operator of the same name.

Join Type Classes for courses and projects to get you started and make you an expert in FP with Haskell.