Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. type (rs :: [k]) <: (ss :: [k]) = rs ⊆ ss

    vinyl Data.Vinyl.Lens

    A non-unicode equivalent of (⊆).

  2. type (rs :: [k]) <: (ss :: [k]) = rs ⊆ ss

    vinyl Data.Vinyl.Notation

    A non-unicode equivalent of (⊆).

  3. (.::.) :: Tagged a b -> a -> b

    crypto-api Crypto.Util

    Infix for operator

  4. (/:) :: forall (scheme :: Scheme) . Url scheme -> Text -> Url scheme

    req Network.HTTP.Req

    A type-constrained version of (/~) to remove ambiguity in the cases when next URL piece is a Text literal.

  5. (=:) :: (QueryParam param, ToHttpApiData a) => Text -> a -> param

    req Network.HTTP.Req

    This operator builds a query parameter that will be included in URL of your request after the question sign ?. This is the same syntax you use with form URL encoded request bodies. This operator is defined in terms of queryParam:

    name =: value = queryParam name (pure value)
    

  6. (<:>) :: HeaderName -> ByteString -> MatchHeader

    hspec-wai Test.Hspec.Wai

    No documentation available.

  7. (<:>) :: HeaderName -> ByteString -> MatchHeader

    hspec-wai Test.Hspec.Wai.Matcher

    No documentation available.

  8. (..:) :: Index ix => ix -> ix -> Array D ix ix

    massiv Data.Massiv.Array

    Handy synonym for range Seq

    >>> Ix1 4 ..: 10
    Array D Seq (Sz1 6)
    [ 4, 5, 6, 7, 8, 9 ]
    

  9. (..:) :: Index ix => ix -> ix -> Array D ix ix

    massiv Data.Massiv.Vector

    Handy synonym for range Seq

    >>> Ix1 4 ..: 10
    Array D Seq (Sz1 6)
    [ 4, 5, 6, 7, 8, 9 ]
    

  10. (*:) :: a -> l -> a ::: l

    monoid-extras Data.Monoid.MList

    No documentation available.

Page 82 of many | Previous | Next