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.
-
tidal-core Sound.Tidal.ParseBP No documentation available.
pEnumeration :: Parseable a => MyParser (TPat a) -> TPat a -> MyParser (TPat a)tidal-core Sound.Tidal.ParseBP No documentation available.
parseModInvNum :: MyParser [Modifier]tidal-core Sound.Tidal.ParseBP No documentation available.
fNum2 :: (Int -> Int -> Int) -> (Double -> Double -> Double) -> Value -> Value -> Valuetidal-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)
enumerate :: [a] -> [(Int, a)]tidal-core Sound.Tidal.Utils enumerate a list of things
>>> enumerate ["foo","bar","baz"] [(1,"foo"), (2,"bar"), (3,"baz")]
fromNumTimeDomain :: NumTimeDomain a -> atime-domain Data.TimeDomain No documentation available.
enumOrdinal :: forall (n :: Nat) . SNat n -> [Ordinal n]type-natural Data.Type.Ordinal Enumerate all Ordinals less than n.
formatNumber :: Text -> Int -> Texttypst Typst.Methods No documentation available.
EnumListItem :: Maybe Int -> [Markup] -> Markuptypst Typst.Syntax No documentation available.
-
units Data.Metrology.Vector Extract the numerical value from a point quantity. Like numIn.