| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | generics@haskell.org |
Generics.Regular.Functions.Read
Contents
Description
Summary: Generic read. This module is not exported by Generics.Regular.Functions to avoid clashes with Prelude.
Read functions
Instances
| Read U | |
| Read I | |
| Read a => Read (K a) | |
| (Selector s, Read f) => Read (S s f) | |
| (Constructor c, CountAtoms (:*: f g), Read f, Read g) => Read (C c (:*: f g)) | |
| (Constructor c, Read (S s f)) => Read (C c (S s f)) | |
| (Constructor c, Read (K a)) => Read (C c (K a)) | |
| (Constructor c, Read I) => Read (C c I) | |
| Constructor c => Read (C c U) | |
| (Read f, Read g) => Read (:*: f g) | |
| (Read f, Read g) => Read (:+: f g) |