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

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. SetGameScoreMessageBool :: Bool -> SetGameScoreResult

    telegram-bot-api Telegram.Bot.API.Games

    No documentation available.

  2. _euclidBool :: Int -> Int -> Pattern Bool

    tidal Sound.Tidal.Boot

    Less expressive than euclid due to its constrained types, but may be more efficient.

  3. _euclidOffBool :: Int -> Int -> Int -> Pattern Bool -> Pattern Bool

    tidal Sound.Tidal.Boot

    No documentation available.

  4. euclidOffBool :: Pattern Int -> Pattern Int -> Pattern Int -> Pattern Bool -> Pattern Bool

    tidal Sound.Tidal.Boot

    As euclidOff, but specialized to Bool. May be more efficient than euclidOff.

  5. pBool :: MyParser (TPat Bool)

    tidal Sound.Tidal.Boot

    No documentation available.

  6. creaBoolTimer :: Integer -> Timed Bool

    timers-tick Control.Timer.Tick

    Shorthand for: creaTimer False True i.

  7. creaBoolTimerLoop :: Integer -> Timed Bool

    timers-tick Control.Timer.Tick

    Shorthand for: creaTimerLoop False True i.

  8. pBool :: TomlParse m => L Value -> m Bool

    toml-reader-parse TOML.Parse

    No documentation available.

  9. _Bool :: TomlBiMap Bool AnyValue

    tomland Toml.Codec.BiMap.Conversion

    Bool BiMap for AnyValue. Usually used as the bool combinator.

  10. matchBool :: forall (t :: TValue) . Value t -> Either MatchError Bool

    tomland Toml.Type.AnyValue

    Extract Bool from Value.

Page 165 of many | Previous | Next

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