Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. reversed_ :: MisoString -> Attribute action

    miso Miso.Html.Property

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/reversed

  2. reverse3 :: ([a], [b], [c]) -> ([a], [b], [c])

    pava Statistics.Pava.Common

    Reverse lists in a three-tuple.

  3. reverseModeArr :: SRMatrix -> PVector -> Maybe PVector -> Vector Double -> [(Int, (Int, Int, Int, Double))] -> IntMap Int -> (Array D Ix1 Double, Array S Ix1 Double)

    srtree Algorithm.SRTree.AD

    Same as above, but using reverse mode with the tree encoded as an array, that is even faster.

  4. reverseModeGraph :: SRMatrix -> PVector -> Maybe PVector -> Vector Double -> Fix SRTree -> (Array D Ix1 Double, Vector Double)

    srtree Algorithm.SRTree.AD

    No documentation available.

  5. reverse' :: forall t (m :: Type -> Type) a . (IsStream t, MonadIO m, Unbox a) => t m a -> t m a

    streamly Streamly.Internal.Data.Stream.IsStream

    Like reverse but several times faster, requires a Storable instance. Pre-release

  6. reverse' :: forall t (m :: Type -> Type) a . (IsStream t, MonadIO m, Unbox a) => t m a -> t m a

    streamly Streamly.Internal.Data.Stream.IsStream

    Like reverse but several times faster, requires a Storable instance. Pre-release

  7. reverseT :: ReverseT s t => s -> t

    tuple-sop Data.Tuple.Ops

    Reverses the order of elements in an n-ary tuple

    >>> reverseT (1,2,3,4)
    (4,3,2,1)
    

  8. reversez :: Zipper a -> Zipper a

    ListZipper Data.List.Zipper

    reversez z returns the zipper with the elements in the reverse order. O(1). The cursor is moved to the previous element, so if the cursor was at the start, it's now off the right end, and if it was off the right end, it's now at the start of the reversed list.

  9. reverse_ :: BV -> BV

    bv Data.BitVector

    Deprecated: Use corresponding versions without underscore

  10. reversed :: Refinement

    clay Clay

    No documentation available.

Page 35 of many | Previous | Next