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.
newtype
PullT payload (m :: Type -> Type) afakepull Test.Pull.Fake.Pure No documentation available.
PullT :: StateT [payload] m a -> PullT payload (m :: Type -> Type) afakepull Test.Pull.Fake.Pure No documentation available.
-
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).
-
fft Math.FFT.Base A plan is an opaque foreign object.
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.
-
flac Codec.Audio.FLAC.Metadata Padding block
-
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.
-
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.
Picture :: PictureType -> Pictureflac Codec.Audio.FLAC.Metadata No documentation available.
-
flac Codec.Audio.FLAC.Metadata Artist/performer