Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. pCharNum :: MyParser Char

    tidal-core Sound.Tidal.ParseBP

    No documentation available.

  2. pEnumeration :: Parseable a => MyParser (TPat a) -> TPat a -> MyParser (TPat a)

    tidal-core Sound.Tidal.ParseBP

    No documentation available.

  3. parseModInvNum :: MyParser [Modifier]

    tidal-core Sound.Tidal.ParseBP

    No documentation available.

  4. fNum2 :: (Int -> Int -> Int) -> (Double -> Double -> Double) -> Value -> Value -> Value

    tidal-core Sound.Tidal.Pattern

    Apply one of two functions to a pair of Values, depending on their types (int or float; strings and rationals are ignored)

  5. enumerate :: [a] -> [(Int, a)]

    tidal-core Sound.Tidal.Utils

    enumerate a list of things

    >>> enumerate ["foo","bar","baz"]
    [(1,"foo"), (2,"bar"), (3,"baz")]
    

  6. fromNumTimeDomain :: NumTimeDomain a -> a

    time-domain Data.TimeDomain

    No documentation available.

  7. enumOrdinal :: forall (n :: Nat) . SNat n -> [Ordinal n]

    type-natural Data.Type.Ordinal

    Enumerate all Ordinals less than n.

  8. formatNumber :: Text -> Int -> Text

    typst Typst.Methods

    No documentation available.

  9. EnumListItem :: Maybe Int -> [Markup] -> Markup

    typst Typst.Syntax

    No documentation available.

  10. pointNumIn :: forall unit (dim :: [Factor Type]) (lcsu :: LCSU Type) n . (ValidDLU dim lcsu unit, VectorSpace n, Fractional (Scalar n)) => Qu dim lcsu (Point n) -> unit -> n

    units Data.Metrology.Vector

    Extract the numerical value from a point quantity. Like numIn.

Page 433 of many | Previous | Next