| Maintainer | hapytexeu+gh@gmail.com |
|---|---|
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Char.Emoji.Clock
Contents
Description
The emoji have 24 clock emoji, each time with 30 minutes difference.
Clock emoji
A Clock object that can be converted to a unicode character that displays
a clock with the given time. The Clock has an hours field that contains
the given hours between 0 and 12, and a minutes30 field that if True,
means that the clock is half past that hour.
Instances
| Arbitrary Clock Source # | |
| Data Clock Source # | |
Defined in Data.Char.Emoji.Clock Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Clock -> c Clock # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Clock # dataTypeOf :: Clock -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Clock) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Clock) # gmapT :: (forall b. Data b => b -> b) -> Clock -> Clock # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Clock -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Clock -> r # gmapQ :: (forall d. Data d => d -> u) -> Clock -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Clock -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Clock -> m Clock # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Clock -> m Clock # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Clock -> m Clock # | |
| Bounded Clock Source # | |
| Enum Clock Source # | |
Defined in Data.Char.Emoji.Clock | |
| Generic Clock Source # | |
| Read Clock Source # | |
| Show Clock Source # | |
| NFData Clock Source # | |
Defined in Data.Char.Emoji.Clock | |
| Eq Clock Source # | |
| Ord Clock Source # | |
| Hashable Clock Source # | |
Defined in Data.Char.Emoji.Clock | |
| UnicodeCharacter Clock Source # | |
Defined in Data.Char.Emoji.Clock | |
| UnicodeText Clock Source # | |
Defined in Data.Char.Emoji.Clock | |
| type Rep Clock Source # | |
Defined in Data.Char.Emoji.Clock type Rep Clock = D1 ('MetaData "Clock" "Data.Char.Emoji.Clock" "unicode-tricks-0.14.1.0-E4E9DL41CTP1WedyGKxhuH" 'False) (C1 ('MetaCons "Clock" 'PrefixI 'True) (S1 ('MetaSel ('Just "hours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "minutes30") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |