derive-topdown-0.1.1.0: Derive type class instances
Copyright(c) Song Zhang
LicenseBSD-style (see the LICENSE file)
Maintainerhaskell.zhang.song `at` hotmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Data.Derive.TopDown.Breaks

Description

 
Synopsis

Documentation

char :: Name Source #

This module contains type names that might break the instance generations | New versions of derive-topdown may add more types, so you should write | import list

Char# type

int :: Name Source #

Int# type

int8 :: Name Source #

Int8# type

int16 :: Name Source #

Int16# type

int32 :: Name Source #

Int32# type

int64 :: Name Source #

Int64# type

word :: Name Source #

Word# type

word8 :: Name Source #

Word8# type

word16 :: Name Source #

Word16# type

word32 :: Name Source #

Word32# type

word64 :: Name Source #

Word64# type

primitives :: [Name] Source #

list of Name: [char, int, int8, int16, int32, int64, word, word8, word16, word32, word64]

state :: Name Source #

GHC.Prim.State# type

realWorld :: Name Source #

GHC.Prim.RealWorld# type