Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromEnum :: Enum a => a -> Intclassy-prelude-yesod ClassyPrelude.Yesod Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
optionsEnum :: (MonadHandler m, Show a, Enum a, Bounded a) => m (OptionList a)classy-prelude-yesod ClassyPrelude.Yesod Creates an OptionList from an Enum, using its Show instance for the user-facing value.
-
classy-prelude-yesod ClassyPrelude.Yesod Convert from an Int.
-
columnar Text.Columnar No documentation available.
UsingEnumText :: a -> UsingEnumText acolumnar Text.Columnar No documentation available.
_UsingEnumText :: UsingEnumText a -> acolumnar Text.Columnar No documentation available.
buildEnumText :: EnumText e => e -> Buildercolumnar Text.Columnar Sames as renderEnumText, but generating a Builder.
configEnumText :: EnumText e => e -> EnumTextConfigcolumnar Text.Columnar Configures the textual representation of e generated by renderEnumText.
defaultEnumTextConfig :: EnumTextConfigcolumnar Text.Columnar The default configEnumText for EnumText:
- _etc_text_prep removes the prefix up to and including the first underscore ('_')
- _etc_char_prep flips the underscores (_) to dashes (-)
fromFieldEnumText_ :: (EnumText e, MonadFail m) => ByteString -> m ecolumnar Text.Columnar A cassava field parser using the renderEnumText format.