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.
-
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
just :: MaybeLike a v => v -> amonad-memo Data.MaybeLike No documentation available.
-
partial-isomorphisms Control.Isomorphism.Partial.Constructors No documentation available.
-
trie-simple Data.Trie.Map TMap which contains only one entry from the empty string to a.
-
probability Numeric.Probability.Distribution No documentation available.
just :: ProjectableMaybe p => p a -> p (Maybe a)relational-record Database.Relational.Documentation Cast record phantom type into Maybe.
just :: ProjectableMaybe p => p a -> p (Maybe a)relational-schemas Database.Custom.IBMDB2 Cast record phantom type into Maybe.
just :: ProjectableMaybe p => p a -> p (Maybe a)relational-schemas Database.Custom.MySQL Cast record phantom type into Maybe.
just :: ProjectableMaybe p => p a -> p (Maybe a)relational-schemas Database.Custom.Oracle Cast record phantom type into Maybe.
just :: ProjectableMaybe p => p a -> p (Maybe a)relational-schemas Database.Custom.PostgreSQL Cast record phantom type into Maybe.