|
Generics.MultiRec.Eq | Portability | non-portable | Stability | experimental | Maintainer | generics@haskell.org |
|
|
|
|
|
Description |
Generic equality.
|
|
Synopsis |
|
class HEq f where | heq :: s ix -> (forall ix. Ix s ix => s ix -> r ix -> r ix -> Bool) -> f s r ix -> f s r ix -> Bool |
| | eq :: (Ix s ix, HEq (PF s)) => s ix -> ix -> ix -> Bool |
|
|
|
Generic equality
|
|
|
| Methods | heq :: s ix -> (forall ix. Ix s ix => s ix -> r ix -> r ix -> Bool) -> f s r ix -> f s r ix -> Bool | Source |
|
| | Instances | |
|
|
|
|
Produced by Haddock version 2.4.2 |