| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hs.A
Documentation
Instances
| Functor Apple Source # | |
| Storable a => Storable (Apple a) Source # | |
| Pretty a => Show (Apple a) Source # | |
| Eq a => Eq (Apple a) Source # | |
| Pretty a => Pretty (Apple a) Source # | |
Constructors
| P2 a b |
Instances
| (Storable a, Storable b) => Storable (P2 a b) Source # | |
| (Pretty a, Pretty b) => Pretty (P2 a b) Source # | |
Constructors
| P3 a b c |
Instances
| (Storable a, Storable b, Storable c) => Storable (P3 a b c) Source # | |
Defined in Hs.A | |
| (Pretty a, Pretty b, Pretty c) => Pretty (P3 a b c) Source # | |
Constructors
| P4 a b c d |
Instances
| (Storable a, Storable b, Storable c, Storable d) => Storable (P4 a b c d) Source # | |
Defined in Hs.A Methods alignment :: P4 a b c d -> Int # peekElemOff :: Ptr (P4 a b c d) -> Int -> IO (P4 a b c d) # pokeElemOff :: Ptr (P4 a b c d) -> Int -> P4 a b c d -> IO () # peekByteOff :: Ptr b0 -> Int -> IO (P4 a b c d) # pokeByteOff :: Ptr b0 -> Int -> P4 a b c d -> IO () # | |
| (Pretty a, Pretty b, Pretty c, Pretty d) => Pretty (P4 a b c d) Source # | |