| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
ROC.ID.Digit
Documentation
Represents a single decimal digit in the range 0 to 9.
Instances
| Bounded Digit Source # | |
| Enum Digit Source # | |
| Generic Digit Source # | |
| Show Digit Source # | |
| Eq Digit Source # | |
| Ord Digit Source # | |
| type Rep Digit Source # | |
Defined in ROC.ID.Digit type Rep Digit = D1 ('MetaData "Digit" "ROC.ID.Digit" "roc-id-0.2.0.2-Ao81bnJ39oQBZRrFHqwSFc" 'False) (((C1 ('MetaCons "D0" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "D1" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "D2" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "D3" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "D4" 'PrefixI 'False) (U1 :: Type -> Type)))) :+: ((C1 ('MetaCons "D5" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "D6" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "D7" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "D8" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "D9" 'PrefixI 'False) (U1 :: Type -> Type))))) | |