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.
justBefore :: Applicative m => m b -> Action m a -> Maybe (Action m a)wild-bind WildBind.Binding -
code-conjure Conjure.Engine The Just constructor of the Bool element type encoded as an Expr.
-
code-conjure Conjure.Engine The Just constructor of the Int element type encoded as an Expr.
-
code-conjure Conjure.Expr The Just constructor of the Bool element type encoded as an Expr.
-
code-conjure Conjure.Expr The Just constructor of the Int element type encoded as an Expr.
justNow :: HumanTimeLocale -> Stringfriendly-time Data.Time.Format.Human No documentation available.
justKey :: InsertWithPossiblyRequiredKey requirement => key -> requirement keygraphula Graphula.Dependencies No documentation available.
-
Keyed container types with type-checked proofs of key presence. This package contains wrappers around standard container types, that provide guarantees about the presence of keys within the container.
justifyLeft :: Int -> Char -> Text -> Textmiso Miso.String O(n) Left-justify a string to the given length, using the specified fill character on the right. Performs replacement on invalid scalar values. Examples:
>>> justifyLeft 7 'x' "foo" "fooxxxx"
>>> justifyLeft 3 'x' "foobar" "foobar"
justifyRight :: Int -> Char -> Text -> Textmiso Miso.String O(n) Right-justify a string to the given length, using the specified fill character on the left. Performs replacement on invalid scalar values. Examples:
>>> justifyRight 7 'x' "bar" "xxxxbar"
>>> justifyRight 3 'x' "foobar" "foobar"