Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
diagrams-lib Diagrams.Trail Reverse a line. See reverseTrail.
-
diagrams-lib Diagrams.Trail Reverse a concretely located line. See reverseLocTrail.
-
diagrams-lib Diagrams.Trail Reverse a concretely located loop. See reverseLocTrail. Note that this is guaranteed to preserve the location.
-
diagrams-lib Diagrams.Trail Reverse a concretely located trail. The endpoint of the original trail becomes the starting point of the reversed trail, so the original and reversed trails comprise exactly the same set of points. reverseLocTrail is an involution, i.e.
reverseLocTrail . reverseLocTrail === id
-
diagrams-lib Diagrams.Trail Reverse a loop. See reverseTrail.
reverseTrail :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Trail v n -> Trail v ndiagrams-lib Diagrams.Trail Reverse a trail. Semantically, if a trail given by a function t from [0,1] to vectors, then the reverse of t is given by t'(s) = t(1-s). reverseTrail is an involution, that is,
reverseTrail . reverseTrail === id
reverseDir :: Direction -> Directionyi-core Yi.Config.Simple No documentation available.
reverseDir :: Direction -> Directionyi-language Yi.Buffer.Basic No documentation available.
reversePattern :: (Pattern, (t, DoPa)) -> (Pattern, (t, DoPa))yi-language Yi.Regex Reverse a pattern. Note that the submatches will be reversed as well.
reverseAttr :: Attributes -> !Boolyi-language Yi.Style The text should be show as "active" or "selected". This can be implemented by reverse video on the terminal.