Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. jdsNumberOfMonths :: JqueryDaySettings -> Either Int (Int, Int)

    yesod-form Yesod.Form.Jquery

    No documentation available.

  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. MsgInvalidNumber :: Text -> FormMessage

    yesod-form Yesod.Form.Types

    No documentation available.

  4. incrementNextNumberByB :: Int -> BufferM ()

    yi-core Yi.Buffer.HighLevel

    Increase (or decrease if negative) next number on line by n.

  5. isNumberB :: BufferM Bool

    yi-core Yi.Buffer.HighLevel

    Is character under cursor a number.

  6. configLineNumbers :: UIConfig -> Bool

    yi-core Yi.Config

    Should we show line numbers by default?

  7. configLineNumbersA :: Lens' UIConfig Bool

    yi-core Yi.Config.Lens

    No documentation available.

  8. configLineNumbersA :: Lens' UIConfig Bool

    yi-core Yi.Config.Simple

    No documentation available.

  9. incrementNextNumberByB :: Int -> BufferM ()

    yi-core Yi.Config.Simple

    Increase (or decrease if negative) next number on line by n.

  10. isNumberB :: BufferM Bool

    yi-core Yi.Config.Simple

    Is character under cursor a number.

Page 230 of many | Previous | Next