• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. sequenceMultiProgram :: (C event, Storable yv, C yv, C y) => ChunkSize -> Channel -> Program -> [Instrument y yv] -> Filter event (T yv)

    synthesizer-midi Synthesizer.MIDI.Storable

    No documentation available.

  2. sequenceListProduct :: forall f (lt :: [Type]) . Applicative f => ListType f lt -> f (ListProduct lt)

    witness Data.Type.Witness.Specific.List.Product

    No documentation available.

  3. sequenceValue :: Sequence a -> Value a

    yaml-unscrambler YamlUnscrambler

    Value parser, which only expects sequence values.

  4. sequenceAFoldable :: (Applicative m, Foldable t) => t (m a) -> m [a]

    Agda Agda.TypeChecking.Pretty

    sequenceAFoldable == sequenceA . Fold.toList
    

  5. sequenceListT :: Monad m => ListT m a -> m [a]

    Agda Agda.Utils.ListT

    Force all values in the lazy list, effects left-to-right

  6. sequenceFormat :: ClustalSummary -> Text

    ClustalParser Biobase.Clustal.Types

    No documentation available.

  7. sequenceIdentifier :: RNAfold -> String

    ViennaRNAParser Bio.RNAfoldData

    No documentation available.

  8. sequenceNumber :: RNAz -> Int

    ViennaRNAParser Bio.RNAzData

    No documentation available.

  9. sequenceFromBlocks :: [Block] -> Sequence

    audacity Sound.Audacity.Project.Track.Wave

    No documentation available.

  10. sequenceFromBlocksSize :: Int -> [Block] -> Sequence

    audacity Sound.Audacity.Project.Track.Wave

    No documentation available.

Page 42 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete