instant-generics-0.3.5: Generic programming library with a sum of products view

Portabilitynon-portable
Stabilityexperimental
Maintainergenerics@haskell.org
Safe HaskellNone

Generics.Instant.Functions.Eq

Description

The equality function.

Documentation

class GEq a whereSource

Methods

geq :: a -> a -> BoolSource

Instances

GEq Bool 
GEq Char 
GEq Double 
GEq Float 
GEq Int 
GEq Integer 
GEq a => GEq [a] 
GEq a => GEq (Maybe a) 
(GEq a, GEq b) => GEq (a, b) 

geqDefault :: (Representable a, GEq' (Rep a)) => a -> a -> BoolSource