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.
fliprl :: Element t => Matrix t -> Matrix tqchas QC Reverse columns
flipud :: Element t => Matrix t -> Matrix tqchas QC Reverse rows
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})
-
tile Data.Tile Given a Tile, flip its y-coordinate according to the rules of TMS.
flipCmpNat :: forall (m :: Nat) (n :: Nat) . SCmpNat m n -> SCmpNat n mtypelits-witnesses GHC.TypeLits.Compare Flip an inequality.
-
utf8-light Codec.Binary.UTF8.Light No documentation available.
-
utf8-light Codec.Binary.UTF8.Light ghci> putUTF8Ln $ flipUTF8 "[?np_bs!]" [¡sq‾bu¿]
flipBit :: IOBitArray -> Int -> IO Boolbitarray Data.BitArray.IO flips the bit and returns the old value
flipBit :: STBitArray s -> Int -> ST s Boolbitarray Data.BitArray.ST flips the bit and returns the old value
flip3 :: (a -> b -> c -> d) -> c -> b -> a -> dcomposition-extra Data.Function.Flip No documentation available.