Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

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

    qchas QC

    Reverse columns

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

    qchas QC

    Reverse rows

  3. 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})
    

  4. flipY :: Tile -> Tile

    tile Data.Tile

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

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

    typelits-witnesses GHC.TypeLits.Compare

    Flip an inequality.

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

    utf8-light Codec.Binary.UTF8.Light

    No documentation available.

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

    utf8-light Codec.Binary.UTF8.Light

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

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

    bitarray Data.BitArray.IO

    flips the bit and returns the old value

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

    bitarray Data.BitArray.ST

    flips the bit and returns the old value

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

    composition-extra Data.Function.Flip

    No documentation available.

Page 13 of many | Previous | Next