Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. Just :: a -> Maybe a

    quaalude Essentials

    No documentation available.

  2. Just :: a -> Maybe a

    verset Verset

    No documentation available.

  3. Just :: a -> Maybe a

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  4. just :: (MonadGen m, GenBase m ~ Identity) => m (Maybe a) -> m a

    hedgehog Hedgehog.Gen

    Runs a Maybe generator until it produces a Just. This is implemented using filter and has the same caveats.

  5. just :: (MonadGen m, GenBase m ~ Identity) => m (Maybe a) -> m a

    hedgehog Hedgehog.Internal.Gen

    Runs a Maybe generator until it produces a Just. This is implemented using filter and has the same caveats.

  6. just :: forall (m :: Type -> Type) a . Monad m => a -> MaybeT m a

    errors Control.Error.Util

    Analogous to Just and equivalent to return

  7. just :: forall a b f g . (Applicative f, Traversable g) => AdapterLike f g (Maybe a) (Maybe b) a b

    lens-family Lens.Family2.Stock

    A prism on the Just element of a Maybe.

  8. just :: NullableFieldProjection typ typ' => SqlExpr (Value typ) -> SqlExpr (Value (Maybe typ'))

    esqueleto Database.Esqueleto

    Analogous to Just, promotes a value of type typ into one of type Maybe typ. It should hold that val . Just === just . val. This function will try not to produce a nested Maybe. This is in accord with how SQL represents NULL. That means that just . just = just. This behavior was changed in v3.6.0.0. If you want to produce nested Maybe, see just'.

  9. just :: NullableFieldProjection typ typ' => SqlExpr (Value typ) -> SqlExpr (Value (Maybe typ'))

    esqueleto Database.Esqueleto.Experimental

    Analogous to Just, promotes a value of type typ into one of type Maybe typ. It should hold that val . Just === just . val. This function will try not to produce a nested Maybe. This is in accord with how SQL represents NULL. That means that just . just = just. This behavior was changed in v3.6.0.0. If you want to produce nested Maybe, see just'.

  10. just :: NullableFieldProjection typ typ' => SqlExpr (Value typ) -> SqlExpr (Value (Maybe typ'))

    esqueleto Database.Esqueleto.Internal.Internal

    Analogous to Just, promotes a value of type typ into one of type Maybe typ. It should hold that val . Just === just . val. This function will try not to produce a nested Maybe. This is in accord with how SQL represents NULL. That means that just . just = just. This behavior was changed in v3.6.0.0. If you want to produce nested Maybe, see just'.

Page 5 of many | Previous | Next