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.
-
quaalude Essentials No documentation available.
-
verset Verset No documentation available.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
just :: (MonadGen m, GenBase m ~ Identity) => m (Maybe a) -> m ahedgehog Hedgehog.Gen Runs a Maybe generator until it produces a Just. This is implemented using filter and has the same caveats.
just :: (MonadGen m, GenBase m ~ Identity) => m (Maybe a) -> m ahedgehog Hedgehog.Internal.Gen Runs a Maybe generator until it produces a Just. This is implemented using filter and has the same caveats.
just :: forall (m :: Type -> Type) a . Monad m => a -> MaybeT m aerrors Control.Error.Util just :: forall a b f g . (Applicative f, Traversable g) => AdapterLike f g (Maybe a) (Maybe b) a blens-family Lens.Family2.Stock 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'.
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'.
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'.