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.
flipRectangleB :: Point -> Point -> BufferM (Point, Point)yi-core Yi.Config.Simple No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
flipAL :: (Eq key, Eq val) => [(key, val)] -> [(val, [key])]MissingH Data.List.Utils Flips an association list. Converts (key1, val), (key2, val) pairs to (val, [key1, key2]).
flipM :: (Ord key, Ord val) => Map key val -> Map val [key]MissingH Data.Map.Utils Flips a Map. See flipAL for more on the similar function for lists.
flippedLookupM :: (Ord val, Ord key) => val -> Map key val -> [key]MissingH Data.Map.Utils Returns a list of all keys in the Map whose value matches the parameter. If the value does not occur in the Map, the empty list is returned.
flipSwap :: SwapFlag -> SwapFlagghc-lib-parser GHC.Types.Basic No documentation available.
flipY :: Subtractive a => Point a -> Point anumhask-space NumHask.Space.Point reflect on x-axis
-
numhask-space NumHask.Space.Rect flip axes
>>> flipAxes (Rect 1 2 3 4) Rect 3 4 1 2
flipFlopHysteresis :: Ord y => (y, y) -> BinaryLevel -> T y BinaryLevelsynthesizer-core Synthesizer.Causal.Analysis No documentation available.
-
synthesizer-core Synthesizer.Generic.Analysis Detect thresholds with a hysteresis.