Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. just_ :: SqlJustable a b => a -> b

    beam-core Database.Beam.Query

    Given something of type 'QExpr a', 'tbl QExpr', or 'PrimaryKey tbl QExpr', turn it into a 'QExpr (Maybe a)', 'tbl (Nullable QExpr)', or 'PrimaryKey t (Nullable QExpr)' respectively that contains the same values.

  2. justBool :: Expr

    express Data.Express.Fixtures

    The Just constructor of the Bool element type encoded as an Expr.

  3. justInt :: Expr

    express Data.Express.Fixtures

    The Just constructor of the Int element type encoded as an Expr.

  4. just_ :: Applicative f => LensLike f (Maybe a) (Maybe b) a b

    lens-family-core Lens.Family.Stock

    just_ :: Traversal (Maybe a) (Maybe b) a b
    
    Traversal on the Just element of a Maybe.

  5. justFalse :: Bool -> Maybe Bool

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

  6. justNonDef :: Eq a => a -> a -> Maybe a

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

  7. justTrue :: Bool -> Maybe Bool

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

  8. justOne_ :: [a] -> [a]

    beam-migrate Database.Beam.Migrate.Actions

    Used to ensure that only one predicate matches the given pattern. See the implementation of createTableActionProvider for an example of usage.

  9. justPartExpr :: IsExprBuilder sym => sym -> v -> PartExpr (Pred sym) v

    what4 What4.Partial

    Create a part expression from a value that is always defined.

  10. justAfter :: Applicative m => m b -> Action m a -> Maybe (Action m a)

    wild-bind WildBind.Binding

    Same as after, but it returns Just.

Page 21 of many | Previous | Next