Momo.Ident
data Ident Source #
Constructors
Fields
Defined in Momo.Ident
Methods
showsPrec :: Int -> Ident -> ShowS #
show :: Ident -> String #
showList :: [Ident] -> ShowS #
(==) :: Ident -> Ident -> Bool #
(/=) :: Ident -> Ident -> Bool #
compare :: Ident -> Ident -> Ordering #
(<) :: Ident -> Ident -> Bool #
(<=) :: Ident -> Ident -> Bool #
(>) :: Ident -> Ident -> Bool #
(>=) :: Ident -> Ident -> Bool #
max :: Ident -> Ident -> Ident #
min :: Ident -> Ident -> Ident #
class Monad m => MonadStamp m where Source #
nextStamp :: m Integer Source #
create :: MonadStamp m => Text -> m Ident Source #
type Table a = Map Ident a Source #