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.
type (rs :: [k])
<: (ss :: [k]) = rs ⊆ ssvinyl Data.Vinyl.Lens A non-unicode equivalent of (⊆).
type (rs :: [k])
<: (ss :: [k]) = rs ⊆ ssvinyl Data.Vinyl.Notation A non-unicode equivalent of (⊆).
(
.::. ) :: Tagged a b -> a -> bcrypto-api Crypto.Util Infix for operator
(
/: ) :: forall (scheme :: Scheme) . Url scheme -> Text -> Url schemereq Network.HTTP.Req A type-constrained version of (/~) to remove ambiguity in the cases when next URL piece is a Text literal.
(
=: ) :: (QueryParam param, ToHttpApiData a) => Text -> a -> paramreq 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)
(
<:> ) :: HeaderName -> ByteString -> MatchHeaderhspec-wai Test.Hspec.Wai No documentation available.
(
<:> ) :: HeaderName -> ByteString -> MatchHeaderhspec-wai Test.Hspec.Wai.Matcher No documentation available.
(
..: ) :: Index ix => ix -> ix -> Array D ix ixmassiv Data.Massiv.Array >>> Ix1 4 ..: 10 Array D Seq (Sz1 6) [ 4, 5, 6, 7, 8, 9 ]
(
..: ) :: Index ix => ix -> ix -> Array D ix ixmassiv Data.Massiv.Vector >>> Ix1 4 ..: 10 Array D Seq (Sz1 6) [ 4, 5, 6, 7, 8, 9 ]
-
monoid-extras Data.Monoid.MList No documentation available.