Hoogle Search
Within LTS Haskell 24.20 (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"(
#. ) :: 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.
(
^. ) :: forall k s (is :: IxList) a . Is k A_Getter => s -> Optic' k is s a -> aoptics-core Optics.Operators Flipped infix version of view.
(
^.. ) :: forall k s (is :: IxList) a . Is k A_Fold => s -> Optic' k is s a -> [a]optics-core Optics.Operators Flipped infix version of toListOf.
(
<. ) :: 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.