| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
ROC.ID.Digit
Documentation
Represents a single decimal digit in the range 0 to 9.
Instances
| Bounded Digit Source # | |
| Enum Digit Source # | |
| Eq Digit Source # | |
| Ord Digit Source # | |
| Show Digit Source # | |
| Generic Digit Source # | |
| type Rep Digit Source # | |
Defined in ROC.ID.Digit type Rep Digit = D1 (MetaData "Digit" "ROC.ID.Digit" "roc-id-0.1.0.0-EBt7nY1QCMq7lYvcqKJOx6" 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))))) | |