| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Digits
Documentation
Instances
| Eq Digits Source # | |
| Data Digits Source # | |
| Ord Digits Source # | |
| Show Digits Source # | |
| Semigroup Digits Source # | |
| Monoid Digits Source # | |
| Ixed Digits Source # | |
| AsEmpty Digits Source # | |
| Wrapped Digits Source # | |
| Plated Digits Source # | |
| Reversing Digits Source # | |
| ManyDigit Digits Source # | |
| AsDigits1 Digits Source # | |
| ManyDigits Digits Source # | |
| HasDigits Digits Source # | |
| AsDigits Digits Source # | |
| (~) * Digits t0 => Rewrapped Digits t0 Source # | |
| Cons Digits Digits Digit Digit Source # | |
| Snoc Digits Digits Digit Digit Source # | |
| Each Digits Digits Digit Digit Source # | |
| type Index Digits Source # | |
| type IxValue Digits Source # | |
| type Unwrapped Digits Source # | |
class ManyDigits a where Source #
Minimal complete definition
Methods
digitsT :: Traversal' a Digits Source #
Instances
parsedigits :: CharParsing p => p Digits Source #