| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Wakame.Generics
Contents
Documentation
>>>import Wakame>>>data Point = Point { x :: Double, y :: Double } deriving (Show, Generic)
Internal
Instances
| IsRow' (U1 :: k -> Type) Source # | |
| IsRow' (S1 (MetaSel (Nothing :: Maybe Symbol) su ss ds) (Rec0 (V ((,) key a))) :: k -> Type) Source # | |
Defined in Wakame.Generics | |
| IsRow' (S1 (MetaSel (Just key) su ss ds) (Rec0 a) :: k -> Type) Source # | |
Defined in Wakame.Generics | |
| (IsRow' a, IsRow' b, l ~ Of' a, r ~ Of' b, Union l r (l ++ r)) => IsRow' (a :*: b :: k -> Type) Source # | |
| IsRow' f => IsRow' (C1 i f :: k -> Type) Source # | |
| IsRow' f => IsRow' (D1 i f :: k -> Type) Source # | |
Orphan instances
| (Generic a, IsRow' (Rep a)) => IsRow a Source # | Instance of
|