Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. flipud :: Element t => Matrix t -> Matrix t

    qchas QC

    Reverse rows

  2. flipCoin :: CoinGen -> (Bool, CoinGen)

    real-dice RealDice.Coin

    Generates a random boolean value via a simple table lookup

    Examples

    >>> flipCoin (mkDieGen 143)
    (False, {144, rdBoolsPrime})
    

  3. flipY :: Tile -> Tile

    tile Data.Tile

    Given a Tile, flip its y-coordinate according to the rules of TMS.

  4. flipCmpNat :: forall (m :: Nat) (n :: Nat) . SCmpNat m n -> SCmpNat n m

    typelits-witnesses GHC.TypeLits.Compare

    Flip an inequality.

  5. flipTab :: [(Int, Int)]

    utf8-light Codec.Binary.UTF8.Light

    No documentation available.

  6. flipUTF8 :: UTF8 a => a -> a

    utf8-light Codec.Binary.UTF8.Light

    ghci> putUTF8Ln $ flipUTF8 "[?np_bs!]"
    [¡sq‾bu¿]
    

  7. flipBit :: IOBitArray -> Int -> IO Bool

    bitarray Data.BitArray.IO

    flips the bit and returns the old value

  8. flipBit :: STBitArray s -> Int -> ST s Bool

    bitarray Data.BitArray.ST

    flips the bit and returns the old value

  9. flip3 :: (a -> b -> c -> d) -> c -> b -> a -> d

    composition-extra Data.Function.Flip

    No documentation available.

  10. flip4 :: (a -> b -> c -> d -> e) -> d -> b -> c -> a -> e

    composition-extra Data.Function.Flip

    No documentation available.

Page 13 of many | Previous | Next