Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

  2. _ltuFirst :: LocalToUTCResult -> UTCTime

    tz Data.Time.Zones

    No documentation available.

  3. _ltuFirstZone :: LocalToUTCResult -> TimeZone

    tz Data.Time.Zones

    No documentation available.

  4. createPersonFirstName :: CreatePerson -> Maybe FirstName

    webex-teams-api Network.WebexTeams

    First name of the Person.

  5. personFirstName :: Person -> Maybe FirstName

    webex-teams-api Network.WebexTeams

    First name of the Person.

  6. updatePersonFirstName :: UpdatePerson -> Maybe FirstName

    webex-teams-api Network.WebexTeams

    First name of the Person.

  7. createPersonFirstName :: CreatePerson -> Maybe FirstName

    webex-teams-api Network.WebexTeams.Types

    First name of the Person.

  8. personFirstName :: Person -> Maybe FirstName

    webex-teams-api Network.WebexTeams.Types

    First name of the Person.

  9. updatePersonFirstName :: UpdatePerson -> Maybe FirstName

    webex-teams-api Network.WebexTeams.Types

    First name of the Person.

  10. FillAfterFirst :: FillScope

    word-wrap Text.Wrap

    Apply any fill prefix only to lines after the first line (default)

Page 87 of many | Previous | Next