Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
jtFromList :: JType -> [(String, JType)] -> JTypejmacro Language.Javascript.JMacro No documentation available.
toJExprFromList :: ToJExpr a => [a] -> JExprjmacro Language.Javascript.JMacro No documentation available.
cycleFromList :: [Proposal a] -> Cycle amcmc Mcmc Create a Cycle from a list of Proposals; use RandomO, but see setOrder.
cycleFromList :: [Proposal a] -> Cycle amcmc Mcmc.Cycle Create a Cycle from a list of Proposals; use RandomO, but see setOrder.
importsFromList :: [ImportLine] -> Map Text ImportLinepurescript-bridge Language.PureScript.Bridge.Printer No documentation available.
newStartOfRangeFromList :: [a] -> Range arg Data.Rg generating a Range from a list
-
sized Data.Sized Unsafe version of fromList. If the length of the given list does not equal to n, then something unusual happens. Since 0.7.0.0
-
sized Data.Sized unsafeFromList with the result length inferred. Since 0.7.0.0
keyMapFromList :: [(Key, v)] -> KeyMap vstratosphere Stratosphere.ResourceImports No documentation available.
fastFromList :: [a] -> Pattern atidal Sound.Tidal.Boot Turns a list of values into a pattern, playing all of them per cycle. The following are equivalent:
d1 $ n (fastFromList [0, 1, 2]) # s "superpiano" d1 $ n "[0 1 2]" # s "superpiano"