Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. (<?.>) :: Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)

    relational-schemas Database.Custom.SQLite3

    Compose projection path. Maybe phantom functor is map-ed.

  2. (<?.?>) :: Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)

    relational-schemas Database.Custom.SQLite3

    Compose projection path. Maybe phantom functors are join-ed like >=>.

  3. (<.>) :: Semiring m => m -> m -> m

    semiring-simple Data.Semiring

    No documentation available.

  4. (=.) :: UpdateableClass s x y => s c -> (x -> y) -> Arr c c

    xmonad-contrib XMonad.Config.Prime

    This lets you apply a function to an attribute (i.e. read, modify, write).

  5. (<.>) :: Functor f => (a -> b) -> (c -> f a) -> c -> f b

    yjtools Control.Applicative.Tools

    No documentation available.

Page 166 of many | Previous | Next