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.

  1. sFromEnum :: forall (t :: a) . SEnum a => Sing t -> Sing (Apply (FromEnumSym0 :: TyFun a Natural -> Type) t)

    singletons-base Prelude.Singletons

    No documentation available.

  2. sToEnum :: forall (t :: Natural) . SEnum a => Sing t -> Sing (Apply (ToEnumSym0 :: TyFun Natural a -> Type) t)

    singletons-base Prelude.Singletons

    No documentation available.

  3. rspBodyToEnum :: ResponseBody -> StreamProc

    snap-core Snap.Internal.Core

    No documentation available.

  4. rspBodyToEnum :: ResponseBody -> StreamProc

    snap-core Snap.Internal.Http.Types

    No documentation available.

  5. parseNum :: Parser Int64

    snap-core Snap.Internal.Parsing

    No documentation available.

  6. 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.

  7. 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.

  8. optionsEnum' :: (MonadHandler m, RenderMessage (HandlerSite m) msg, PathPiece a, Enum a, Bounded a) => (a -> msg) -> m (OptionList a)

    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.

  9. configLineNumbers :: UIConfig -> Bool

    yi-core Yi.Config

    Should we show line numbers by default?

  10. configLineNumbersA :: Lens' UIConfig Bool

    yi-core Yi.Config.Lens

    No documentation available.

Page 127 of many | Previous | Next