Data.Functor.Classes

Liftings of Prelude classes

For unary constructors

class Eq1 f

eq1

class Ord1 f

compare1

class Read1 f

readsPrec1

class Show1 f

showsPrec1

For binary constructors

class Eq2 f

eq2

class Ord2 f

compare2

class Read2 f

readsPrec2

class Show2 f

showsPrec2

Helper functions

readsData

readsUnaryWith

readsBinaryWith

showsUnaryWith

showsBinaryWith

Obsolete helpers

readsUnary

readsUnary1

readsBinary1

showsUnary

showsUnary1

showsBinary1