Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. flipBeams :: BeamStack -> BeamStack

    learn-physics Physics.Learn.BeamStack

    Interchange the two most recent beams on the stack.

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

    qchas QC

    Reverse columns

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

    qchas QC

    Reverse rows

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

  5. flipY :: Tile -> Tile

    tile Data.Tile

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

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

    typelits-witnesses GHC.TypeLits.Compare

    Flip an inequality.

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

    utf8-light Codec.Binary.UTF8.Light

    No documentation available.

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

    utf8-light Codec.Binary.UTF8.Light

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

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

    bitarray Data.BitArray.IO

    flips the bit and returns the old value

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

    bitarray Data.BitArray.ST

    flips the bit and returns the old value

Page 13 of many | Previous | Next