Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. tmapEvery :: forall a (cs :: [Type -> Constraint]) p p'' (xs :: [Type]) . TMap (Every cs) xs => p cs -> (forall x (p' :: Type -> Type) . Every cs x => p' x -> a) -> p'' xs -> [a]

    servant-swagger Servant.Swagger.Internal.TypeLevel.Every

    Like tmap, but uses Every for multiple constraints.

    >>> let zero :: forall p a. (Show a, Num a) => p a -> String; zero _ = show (0 :: a)
    
    >>> tmapEvery (Proxy :: Proxy [Show, Num]) zero (Proxy :: Proxy [Int, Float]) :: [String]
    ["0","0.0"]
    

  2. module Servant.Swagger.Internal.TypeLevel.TMap

    No documentation available.

  3. class TMap (q :: k -> Constraint) (xs :: [k])

    servant-swagger Servant.Swagger.Internal.TypeLevel.TMap

    Map a list of constrained types to a list of values.

    >>> tmap (Proxy :: Proxy KnownSymbol) symbolVal (Proxy :: Proxy ["hello", "world"])
    ["hello","world"]
    

  4. tmap :: TMap q xs => p q -> (forall (x :: k) (p' :: k -> Type) . q x => p' x -> a) -> p'' xs -> [a]

    servant-swagger Servant.Swagger.Internal.TypeLevel.TMap

    No documentation available.

  5. queueMap :: Ord a => Methods queue set -> Methods a queue set

    set-cover Math.SetCover.Exact.Priority

    No documentation available.

  6. fromEnumMap :: Methods queue set -> EnumMap SetId set -> queue

    set-cover Math.SetCover.Queue

    No documentation available.

  7. pangoFontDescriptionGetVariationsMap :: PrimMonad m => PangoFontDescriptionPrim (PrimState m) -> m Variations

    simple-pango Graphics.Pango.Basic.Fonts.PangoFontDescription.Variations

    No documentation available.

  8. pangoFontDescriptionSetVariationsMap :: PrimMonad m => PangoFontDescriptionPrim (PrimState m) -> Variations -> m ()

    simple-pango Graphics.Pango.Basic.Fonts.PangoFontDescription.Variations

    No documentation available.

  9. type FunctionMap = HashMap Identifier Function

    simple-templates Web.Simple.Templates.Types

    No documentation available.

  10. aiV4Mapped :: AddressInfoFlags

    socket System.Socket

    AI_V4MAPPED: Return mapped IPv4 addresses if no IPv6 addresses could be found or if aiAll flag is set.

Page 1085 of many | Previous | Next