R.M
type RM = State Int Source #
runR :: Int -> RM x -> (x, Int) Source #
nextN :: a -> RM (Nm a) Source #
nextU :: Text -> a -> RM (Nm a) Source #