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.

  1. jtFromList :: JType -> [(String, JType)] -> JType

    jmacro Language.Javascript.JMacro

    No documentation available.

  2. toJExprFromList :: ToJExpr a => [a] -> JExpr

    jmacro Language.Javascript.JMacro

    No documentation available.

  3. cycleFromList :: [Proposal a] -> Cycle a

    mcmc Mcmc

    Create a Cycle from a list of Proposals; use RandomO, but see setOrder.

  4. cycleFromList :: [Proposal a] -> Cycle a

    mcmc Mcmc.Cycle

    Create a Cycle from a list of Proposals; use RandomO, but see setOrder.

  5. importsFromList :: [ImportLine] -> Map Text ImportLine

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  6. newStartOfRangeFromList :: [a] -> Range a

    rg Data.Rg

    generating a Range from a list

  7. unsafeFromList :: forall (f :: Type -> Type) (n :: Nat) a . (CFreeMonoid f, Dom f a) => SNat n -> [a] -> Sized f n a

    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

  8. unsafeFromList' :: forall (f :: Type -> Type) (n :: Nat) a . (KnownNat n, CFreeMonoid f, Dom f a) => [a] -> Sized f n a

    sized Data.Sized

    unsafeFromList with the result length inferred. Since 0.7.0.0

  9. keyMapFromList :: [(Key, v)] -> KeyMap v

    stratosphere Stratosphere.ResourceImports

    No documentation available.

  10. fastFromList :: [a] -> Pattern a

    tidal 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"
    

Page 76 of many | Previous | Next