Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. justBool :: Expr

    express Data.Express.Fixtures

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

  2. justInt :: Expr

    express Data.Express.Fixtures

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

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

  4. justFalse :: Bool -> Maybe Bool

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

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

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

  6. justTrue :: Bool -> Maybe Bool

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

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

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

    what4 What4.Partial

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

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

    wild-bind WildBind.Binding

    Same as after, but it returns Just.

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

    wild-bind WildBind.Binding

    Same as before, but it returns Just.

Page 21 of many | Previous | Next