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. module Distribution.Utils.MapAccum

    No documentation available.

  2. module Data.Profunctor.Mapping

    No documentation available.

  3. module Optics.Mapping

    This module defines mapping, which turns an Optic' k NoIx s a into an Optic' (MappedOptic k) NoIx (f s) (f a), in other words optic operating on values in a Functor.

  4. class MappingOptic k (f :: Type -> Type) (g :: Type -> Type) s t a b

    optics-core Optics.Mapping

    Class for optics supporting mapping through a Functor.

  5. module GI.GLib.Structs.MappedFile

    The MappedFile represents a file mapping created with mappedFileNew. It has only private members and should not be accessed directly.

  6. newtype MappedFile

    gi-glib GI.GLib.Structs.MappedFile

    Memory-managed wrapper type.

  7. MappedFile :: ManagedPtr MappedFile -> MappedFile

    gi-glib GI.GLib.Structs.MappedFile

    No documentation available.

  8. MapCodec :: forall k input v output . (Ord k, FromJSONKey k, ToJSONKey k, Coercible input (Map k v), Coercible output (Map k v)) => JSONCodec v -> Codec Value input output

    autodocodec Autodocodec

    Encode a Map, and decode any Map.

  9. MapCodec :: forall k input v output . (Ord k, FromJSONKey k, ToJSONKey k, Coercible input (Map k v), Coercible output (Map k v)) => JSONCodec v -> Codec Value input output

    autodocodec Autodocodec.Codec

    Encode a Map, and decode any Map.

  10. type family MapTyCon (t :: Type -> Type) (xs :: [a]) = (r :: [a]) | r -> a xs

    vinyl Data.Vinyl.TypeLevel

    Apply a type constructor to each element of a type level list using ApplyOn.

Page 357 of many | Previous | Next