Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

  3. configLineNumbers :: UIConfig -> Bool

    yi-core Yi.Config

    Should we show line numbers by default?

  4. configLineNumbersA :: Lens' UIConfig Bool

    yi-core Yi.Config.Lens

    No documentation available.

  5. configLineNumbersA :: Lens' UIConfig Bool

    yi-core Yi.Config.Simple

    No documentation available.

  6. lineNumbers :: Field Bool

    yi-core Yi.Config.Simple

    Line numbers.

  7. data LineNumber

    yi-core Yi.MiniBuffer

    No documentation available.

  8. configLineNumbers :: UIConfig -> Bool

    yi-core Yi.Types

    Should we show line numbers by default?

  9. module Yi.UI.LineNumbers

    Line numbers.

  10. getDisplayLineNumbersLocal :: BufferM (Maybe Bool)

    yi-core Yi.UI.LineNumbers

    Get the buffer-local line number setting.

Page 128 of many | Previous | Next