Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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. reverseVideo :: Style

    vty Graphics.Vty.Attributes

    Valid style attributes include:

    • standout
    • underline
    • reverseVideo
    • blink
    • dim
    • bold/bright
    • italic
    • strikethrough (via the smxx/rmxx terminfo capabilities)
    (The invisible, protect, and altcharset display attributes some terminals support are not supported via VTY.)

  8. reverseDir :: Direction -> Direction

    yi-core Yi.Config.Simple

    No documentation available.

  9. reverseDir :: Direction -> Direction

    yi-language Yi.Buffer.Basic

    No documentation available.

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

    yi-language Yi.Regex

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

Page 26 of many | Previous | Next