| Copyright | (c) 2010 Universiteit Utrecht |
|---|---|
| License | BSD3 |
| Maintainer | generics@haskell.org |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
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, CountAtoms 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) |