Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
/. ) :: MediaType -> ByteString -> Maybe (CI ByteString)http-media Network.HTTP.Media Retrieves a parameter from a MediaType.
(
/. ) :: MediaType -> ByteString -> Maybe (CI ByteString)http-media Network.HTTP.Media.MediaType Retrieves a parameter from a MediaType.
(
/. ) :: ModulePath -> Text -> ModulePathhaskell-gi Data.GI.CodeGen.ModulePath Append the given component to the given module path.
Examples
>>> dotModulePath ("Foo" /. "Bar") "Foo.Bar"-
haskell-src-meta Language.Haskell.Meta.Utils No documentation available.
(
<. ) :: Accessor b c -> Accessor a b -> Accessor a cdata-accessor Data.Accessor Accessor composition the other direction.
(<.) = flip (.>)
You may also use the (.) operator from Category class.-
data-accessor Data.Accessor get as infix operator. This lets us write record^.field^.subfield. This imitates Modula II syntax.
(
<. ) :: T b c -> T a b -> T a cdata-accessor Data.Accessor.Basic Accessor composition the other direction.
(<.) = flip (.>)
You may also use the (.) operator from Category class.-
data-accessor Data.Accessor.Basic get as infix operator. This lets us write record^.field^.subfield. This imitates Modula II syntax.
(
#. ) :: Coercible c b => (b -> c) -> (a -> b) -> a -> clinear Linear.Affine No documentation available.
(
#. ) :: Coercible b c => (b -> c) -> (a -> b) -> a -> coptics-core Optics.Internal.Utils Composition operator where the first argument must be an identity function up to representational equivalence (e.g. a newtype wrapper or unwrapper), and will be ignored at runtime.