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. justBefore :: Applicative m => m b -> Action m a -> Maybe (Action m a)

    wild-bind WildBind.Binding

    Same as before, but it returns Just.

  2. justBool :: Expr

    code-conjure Conjure.Engine

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

  3. justInt :: Expr

    code-conjure Conjure.Engine

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

  4. justBool :: Expr

    code-conjure Conjure.Expr

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

  5. justInt :: Expr

    code-conjure Conjure.Expr

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

  6. justNow :: HumanTimeLocale -> String

    friendly-time Data.Time.Format.Human

    No documentation available.

  7. justKey :: InsertWithPossiblyRequiredKey requirement => key -> requirement key

    graphula Graphula.Dependencies

    No documentation available.

  8. package justified-containers

    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.

  9. justifyLeft :: Int -> Char -> Text -> Text

    miso 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"
    

  10. justifyRight :: Int -> Char -> Text -> Text

    miso 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"
    

Page 22 of many | Previous | Next