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.
AnchorHintsFlipY :: AnchorHintsgi-gdk3 GI.Gdk.Flags allow flipping anchors vertically
AnchorHintsFlip :: AnchorHintsgi-gdk4 GI.Gdk.Flags allow flipping anchors on both axes
AnchorHintsFlipX :: AnchorHintsgi-gdk4 GI.Gdk.Flags allow flipping anchors horizontally
AnchorHintsFlipY :: AnchorHintsgi-gdk4 GI.Gdk.Flags allow flipping anchors vertically
runFlip :: Flip (b :: k -> k1 -> Type) (l :: k1) (r :: k) -> b r lbarbies Barbies.Bi No documentation available.
unsafeFlipBit :: PrimMonad m => MVector (PrimState m) Bit -> Int -> m ()bitvec Data.Bit Flip the bit at the given position. No bound checks are performed. Equivalent to flip unsafeModify complement, but up to 2x faster. In general there is no reason to unsafeModify bit vectors: either you modify it with id (which is id altogether) or with complement (which is unsafeFlipBit).
>>> :set -XOverloadedLists >>> Data.Vector.Unboxed.modify (`unsafeFlipBit` 2) [1,1,1,1] [1,1,0,1]
unsafeFlipBit :: PrimMonad m => MVector (PrimState m) Bit -> Int -> m ()bitvec Data.Bit.ThreadSafe Flip the bit at the given position. No bound checks are performed. Equivalent to flip unsafeModify complement, but up to 33% faster and atomic. In general there is no reason to unsafeModify bit vectors: either you modify it with id (which is id altogether) or with complement (which is unsafeFlipBit).
>>> Data.Vector.Unboxed.modify (\v -> unsafeFlipBit v 1) (read "[1,1,1]") [1,0,1]
staticFlip :: Static (a -> b -> c) -> Static (b -> a -> c)distributed-static Control.Distributed.Static Static version of flip
unFlip :: Flip (g :: k -> Type) (a :: k1) (f :: k1 -> k) -> g (f a)rank2classes Rank2 No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Causal.Process No documentation available.