Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setSilenceThreshold :: Size -> T i y ()

    alsa-pcm Sound.ALSA.PCM.Parameters.Software

    No documentation available.

  2. setSleepMin :: Word -> T i y ()

    alsa-pcm Sound.ALSA.PCM.Parameters.Software

    No documentation available.

  3. setStartThreshold :: Size -> T i y ()

    alsa-pcm Sound.ALSA.PCM.Parameters.Software

    No documentation available.

  4. setStopThreshold :: Size -> T i y ()

    alsa-pcm Sound.ALSA.PCM.Parameters.Software

    No documentation available.

  5. setTimestampMode :: TimestampMode -> T i y ()

    alsa-pcm Sound.ALSA.PCM.Parameters.Software

    No documentation available.

  6. setXferAlign :: Size -> T i y ()

    alsa-pcm Sound.ALSA.PCM.Parameters.Software

    No documentation available.

  7. setVar :: (Backprop a, Backprop b, Reifies s W) => Lens' b a -> BVar s a -> BVar s b -> BVar s b

    backprop Numeric.Backprop

    Using a Lens', set a value inside a BVar. Meant to evoke parallels to "set" from lens. See documentation for .~~ for more information.

  8. setVar :: forall a b s . Reifies s W => AddFunc a -> AddFunc b -> ZeroFunc a -> Lens' b a -> BVar s a -> BVar s b -> BVar s b

    backprop Numeric.Backprop.Explicit

    setVar, but with explicit add and zero.

  9. setVar :: forall a b s . Reifies s W => AddFunc a -> AddFunc b -> ZeroFunc a -> Lens' b a -> BVar s a -> BVar s b -> BVar s b

    backprop Numeric.Backprop.Internal

    setVar, but with explicit add and zero.

  10. setVar :: (Num a, Num b, Reifies s W) => Lens' b a -> BVar s a -> BVar s b -> BVar s b

    backprop Numeric.Backprop.Num

    setVar, but with Num constraints instead of Backprop constraints.

Page 470 of many | Previous | Next