Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. (/.) :: ModulePath -> Text -> ModulePath

    haskell-gi Data.GI.CodeGen.ModulePath

    Append the given component to the given module path.

    Examples

    >>> dotModulePath ("Foo" /. "Bar")
    "Foo.Bar"
    

  2. (|.|) :: ExpQ -> ExpQ -> ExpQ

    haskell-src-meta Language.Haskell.Meta.Utils

    No documentation available.

  3. (<.) :: Accessor b c -> Accessor a b -> Accessor a c

    data-accessor Data.Accessor

    Accessor composition the other direction.

    (<.) = flip (.>)
    
    You may also use the (.) operator from Category class.

  4. (^.) :: r -> T r a -> a

    data-accessor Data.Accessor

    get as infix operator. This lets us write record^.field^.subfield. This imitates Modula II syntax.

  5. (<.) :: T b c -> T a b -> T a c

    data-accessor Data.Accessor.Basic

    Accessor composition the other direction.

    (<.) = flip (.>)
    
    You may also use the (.) operator from Category class.

  6. (^.) :: r -> T r a -> a

    data-accessor Data.Accessor.Basic

    get as infix operator. This lets us write record^.field^.subfield. This imitates Modula II syntax.

  7. ( #. ) :: Coercible c b => (b -> c) -> (a -> b) -> a -> c

    linear Linear.Affine

    No documentation available.

  8. ( #. ) :: Coercible b c => (b -> c) -> (a -> b) -> a -> c

    optics-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.

  9. (^.) :: forall k s (is :: IxList) a . Is k A_Getter => s -> Optic' k is s a -> a

    optics-core Optics.Operators

    Flipped infix version of view.

  10. (^..) :: 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.

Page 107 of many | Previous | Next