Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype
MaybeF (f :: k -> Type) (a :: k)functor-combinators Data.Functor.Combinator A maybe f a. Can be useful for describing a "an f a that may or may not be there". This is the free structure for a "fail"-like typeclass that would only have zero :: f a.
MaybeF :: Maybe (f a) -> MaybeF (f :: k -> Type) (a :: k)functor-combinators Data.Functor.Combinator No documentation available.
data
Maybe1 (f :: k -> Type) (a :: k)reflex-dom-core Reflex.Dom.Builder.Immediate No documentation available.
-
sbv Data.SBV.Internals No documentation available.
MaybeConstructor :: Kind -> Bool -> Opsbv Data.SBV.Internals No documentation available.
-
sbv Data.SBV.Internals No documentation available.
-
streamly-core Streamly.Internal.Data.Maybe.Strict A strict Maybe
type
MaybePropertyMap a b = Map a Maybe Seq btree-fun Math.TreeFun.Types No documentation available.
type family
MaybeCase (a :: Maybe k) (nothing :: r) (just :: k -> r) :: rtype-fun TypeFun.Data.Maybe No documentation available.
-
Agda Agda.Syntax.Common Placeholders are used to represent the underscores in a section.