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

    code-conjure Conjure.Engine

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

  2. justInt :: Expr

    code-conjure Conjure.Engine

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

  3. justBool :: Expr

    code-conjure Conjure.Expr

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

  4. justInt :: Expr

    code-conjure Conjure.Expr

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

  5. justNow :: HumanTimeLocale -> String

    friendly-time Data.Time.Format.Human

    No documentation available.

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

    graphula Graphula.Dependencies

    No documentation available.

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

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

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

  10. justFields :: a -> MaybeFields a

    opaleye Opaleye.Internal.MaybeFields

    The Opaleye analogue of Just. Equivalent to pure.

Page 22 of many | Previous | Next