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 :: Expr -> Expr

    code-conjure Conjure.Expr

    The Just constructor lifted over the Expr type. This works for the Bool, Int, Char argument types and their lists.

    > just zero
    Just 0 :: Maybe Int
    > just false
    Just False :: Maybe Bool
    

  2. just :: MaybeLike a v => v -> a

    monad-memo Data.MaybeLike

    No documentation available.

  3. just :: Iso a (Maybe a)

    partial-isomorphisms Control.Isomorphism.Partial.Constructors

    No documentation available.

  4. just :: a -> TMap c a

    trie-simple Data.Trie.Map

    TMap which contains only one entry from the empty string to a.

  5. just :: Eq a => a -> Event a

    probability Numeric.Probability.Distribution

    No documentation available.

  6. just :: ProjectableMaybe p => p a -> p (Maybe a)

    relational-record Database.Relational.Documentation

    Cast record phantom type into Maybe.

  7. just :: ProjectableMaybe p => p a -> p (Maybe a)

    relational-schemas Database.Custom.IBMDB2

    Cast record phantom type into Maybe.

  8. just :: ProjectableMaybe p => p a -> p (Maybe a)

    relational-schemas Database.Custom.MySQL

    Cast record phantom type into Maybe.

  9. just :: ProjectableMaybe p => p a -> p (Maybe a)

    relational-schemas Database.Custom.Oracle

    Cast record phantom type into Maybe.

  10. just :: ProjectableMaybe p => p a -> p (Maybe a)

    relational-schemas Database.Custom.PostgreSQL

    Cast record phantom type into Maybe.

Page 7 of many | Previous | Next