Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. type family InterpretVar (t :: TyVar d k) (tys :: LoT d) :: k

    kind-apply Data.PolyKinded.Atom

    Obtains the type in the list tys referenced by the type variable t.

    >>> :kind! Interpret Var0 (LoT2 Int Bool)
    Interpret Var0 (LoT2 Int Bool) :: Type
    = Int
    
    >>> :kind! Interpret Var1 (LoT2 Int Bool)
    Interpret Var1 (LoT2 Int Bool) :: Type
    = Bool
    

  2. type family InterpretVar (t :: TyVar d k) (tys :: LoT d) :: k

    kind-generics Generics.Kind

    Obtains the type in the list tys referenced by the type variable t.

    >>> :kind! Interpret Var0 (LoT2 Int Bool)
    Interpret Var0 (LoT2 Int Bool) :: Type
    = Int
    
    >>> :kind! Interpret Var1 (LoT2 Int Bool)
    Interpret Var1 (LoT2 Int Bool) :: Type
    = Bool
    

  3. fontVariant_ :: MisoString -> Attribute action

    miso Miso.Svg

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-variant

  4. fontVariant_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-variant

  5. sqlLazyTextVarcharN :: Text -> Field SqlVarcharN

    opaleye Opaleye.Internal.PGTypesExternal

    No documentation available.

  6. sqlStrictTextVarcharN :: Text -> Field SqlVarcharN

    opaleye Opaleye.Internal.PGTypesExternal

    No documentation available.

  7. sqlLazyTextVarcharN :: Text -> Field SqlVarcharN

    opaleye Opaleye.SqlTypes

    No documentation available.

  8. sqlStrictTextVarcharN :: Text -> Field SqlVarcharN

    opaleye Opaleye.SqlTypes

    No documentation available.

  9. getVarInt :: (Integral a, Bits a) => Get a

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  10. getVarintPrefixedBS :: Get ByteString

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

Page 69 of many | Previous | Next