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.

  1. reverseLine :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Trail' Line v n -> Trail' Line v n

    diagrams-lib Diagrams.Trail

    Reverse a line. See reverseTrail.

  2. reverseLocLine :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Located (Trail' Line v n) -> Located (Trail' Line v n)

    diagrams-lib Diagrams.Trail

    Reverse a concretely located line. See reverseLocTrail.

  3. reverseLocLoop :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Located (Trail' Loop v n) -> Located (Trail' Loop v n)

    diagrams-lib Diagrams.Trail

    Reverse a concretely located loop. See reverseLocTrail. Note that this is guaranteed to preserve the location.

  4. reverseLocTrail :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Located (Trail v n) -> Located (Trail v n)

    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
    
    

  5. reverseLoop :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Trail' Loop v n -> Trail' Loop v n

    diagrams-lib Diagrams.Trail

    Reverse a loop. See reverseTrail.

  6. reverseTrail :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Trail v n -> Trail v n

    diagrams-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
    
    

  7. reverseDir :: Direction -> Direction

    yi-core Yi.Config.Simple

    No documentation available.

  8. reverseDir :: Direction -> Direction

    yi-language Yi.Buffer.Basic

    No documentation available.

  9. reversePattern :: (Pattern, (t, DoPa)) -> (Pattern, (t, DoPa))

    yi-language Yi.Regex

    Reverse a pattern. Note that the submatches will be reversed as well.

  10. reverseAttr :: Attributes -> !Bool

    yi-language Yi.Style

    The text should be show as "active" or "selected". This can be implemented by reverse video on the terminal.

Page 26 of many | Previous | Next