• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. anyEvent :: (Ord event, MonadInteract m w event) => m event

    yi-core Yi.Interact

    No documentation available.

  2. anyEvent :: (Ord event, MonadInteract m w event) => m event

    yi-core Yi.Keymap.Keys

    No documentation available.

  3. anyModeByName :: Text -> YiM AnyMode

    yi-core Yi.MiniBuffer

    No documentation available.

  4. anyModeByNameM :: Text -> YiM (Maybe AnyMode)

    yi-core Yi.MiniBuffer

    No documentation available.

  5. anyModeName :: AnyMode -> Text

    yi-core Yi.MiniBuffer

    No documentation available.

  6. anyExtension :: [String] -> FilePath -> a -> Bool

    yi-core Yi.Mode.Common

    When applied to an extensions list, creates a modeApplies function.

  7. anyController :: C event => Channel -> event -> Maybe (Controller, Int)

    midi Sound.MIDI.Message.Class.Check

    No documentation available.

  8. anyController :: C event => Channel -> (Controller, Int) -> event

    midi Sound.MIDI.Message.Class.Construct

    No documentation available.

  9. anyController :: C event => event -> Maybe (Channel, (Controller, Int))

    midi Sound.MIDI.Message.Class.Query

    No documentation available.

  10. anyLine :: forall (m :: Type -> Type) st . Monad m => ParsecT Sources st m Text

    pandoc Text.Pandoc.Parsing

    Parse any line of text, returning the contents without the final newline.

Page 54 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete