Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. newtype PullT payload (m :: Type -> Type) a

    fakepull Test.Pull.Fake.Pure

    No documentation available.

  2. PullT :: StateT [payload] m a -> PullT payload (m :: Type -> Type) a

    fakepull Test.Pull.Fake.Pure

    No documentation available.

  3. data PolyDiff a b

    fast-myers-diff Myers.Diff

    A value is either from the First list, the Second or from Both. Both contains both the left and right values, in case you are using a form of equality that doesn't check all data (for example, if you are using a custom equality relation to only perform equality on side of a tuple).

  4. type Plan = Ptr FFTWPlan

    fft Math.FFT.Base

    A plan is an opaque foreign object.

  5. module System.File.PlatformPath

    This module is only interesting when you are implementing low-level libraries based on OsPath API. Usually you want System.File.OsPath.

  6. PaddingBlock :: MetadataType

    flac Codec.Audio.FLAC.Metadata

    Padding block

  7. Performer :: VorbisField

    flac Codec.Audio.FLAC.Metadata

    The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the Artist and is omitted.

  8. data Picture

    flac Codec.Audio.FLAC.Metadata

    Picture embedded in FLAC file. A FLAC file can have several pictures attached to it, you choose which one you want by specifying PictureType. If you try to write an invalid picture MetaException will be raised with MetaInvalidPicture constructor which includes a Text value with explanation why the picture was considered invalid. Note that the flac-picture https://hackage.haskell.org/package/flac-picture package allows to work with PictureData easier using the Juicy-Pixels library. Writable optional attribute represented as a Maybe PictureData.

  9. Picture :: PictureType -> Picture

    flac Codec.Audio.FLAC.Metadata

    No documentation available.

  10. PictureArtist :: PictureType

    flac Codec.Audio.FLAC.Metadata

    Artist/performer

Page 833 of many | Previous | Next