Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
singletons-base Prelude.Singletons No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
rspBodyToEnum :: ResponseBody -> StreamProcsnap-core Snap.Internal.Core No documentation available.
rspBodyToEnum :: ResponseBody -> StreamProcsnap-core Snap.Internal.Http.Types No documentation available.
-
snap-core Snap.Internal.Parsing No documentation available.
optionsEnum :: (MonadHandler m, Show a, Enum a, Bounded a) => m (OptionList a)yesod-form Yesod.Form Creates an OptionList from an Enum, using its Show instance for the user-facing value.
optionsEnum :: (MonadHandler m, Show a, Enum a, Bounded a) => m (OptionList a)yesod-form Yesod.Form.Fields Creates an OptionList from an Enum, using its Show instance for the user-facing value.
-
yesod-form Yesod.Form.Option Creates an OptionList from an Enum. optionsEnum' == optionsFromList' [minBound..maxBound] Creates an OptionList containing every constructor of a, so that these constructors do not need to be typed out. Bounded and Enum instances must exist for a to use this.
configLineNumbers :: UIConfig -> Boolyi-core Yi.Config Should we show line numbers by default?
configLineNumbersA :: Lens' UIConfig Boolyi-core Yi.Config.Lens No documentation available.