Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. reverseSegment :: forall n (v :: Type -> Type) . (Num n, Additive v) => Segment Closed v n -> Segment Closed v n

    diagrams-lib Diagrams.Segment

    Reverse the direction of a segment.

  2. 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.

  3. 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.

  4. 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.

  5. 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
    
    

  6. 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.

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

  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