Dependencies for HList-0.5.0.0

library

Flags

Manual Flags

NameDescriptionDefault
new_type_eq

use Data.Type.Equality.== to define the instance of HEq instead of overlapping instances (in Data.HList.TypeEqO) (needs ghc >= 7.8)

This version does not allow `HEq x [x] f` to lead to f ~ False, unlike the version with overlapping instances. See https://ghc.haskell.org/trac/ghc/ticket/9918

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info