Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. rollingHashFirstN :: forall (m :: Type -> Type) a . (Monad m, Enum a) => Int -> Fold m a Int64

    streamly-core Streamly.Internal.Data.Fold

    Compute an Int sized polynomial rolling hash of the first n elements of a stream.

    >>> rollingHashFirstN n = Fold.take n Fold.rollingHash
    
    Pre-release

  2. AppendFirst :: s1 -> AppendState s1 s2

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

  3. FoldManyFirst :: fs -> s -> FoldMany s fs b a

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

  4. InterleaveFirst :: s1 -> s2 -> InterleaveState s1 s2

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

  5. InterleaveFirstOnly :: s1 -> InterleaveState s1 s2

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

  6. discardFirst :: forall (m :: Type -> Type) a b c . Unfold m a b -> Unfold m (c, a) b

    streamly-core Streamly.Internal.Data.Unfold

    Convert an Unfold into an unfold accepting a tuple as an argument, using the argument of the original fold as the second element of tuple and discarding the first element of the tuple.

    discardFirst = Unfold.lmap snd
    
    Pre-release

  7. getFirst :: First a -> Maybe a

    testing-feat Test.Feat.Enumerate

    No documentation available.

  8. loopFirst :: Pattern a -> Pattern a

    tidal-core Sound.Tidal.UI

    Takes a pattern and loops only the first cycle of the pattern. For example, the following code will only play the bass drum sample:

    d1 $ loopFirst $ s "<<bd*4 ht*8> cp*4>"
    
    This function combines with sometimes to insert events from the first cycle randomly into subsequent cycles of the pattern:
    d1 $ sometimes loopFirst $ s "<<bd*4 ht*8> cp*4>"
    

  9. _ltuFirst :: LocalToUTCResult -> UTCTime

    tz Data.Time.Zones

    No documentation available.

  10. _ltuFirstZone :: LocalToUTCResult -> TimeZone

    tz Data.Time.Zones

    No documentation available.

Page 87 of many | Previous | Next