Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data MaybeX a

    clash-prelude Clash.XException.MaybeX

    Structure helping programmers to deal with XException values. For safety reasons it can't be constructed directly, but should be constructed using either pure or toMaybeX. After construction, it can be deconstructed using either IsX or IsDefined.

  2. MaybeColumn :: ColumnType -> ColumnType

    cql Database.CQL.Protocol

    No documentation available.

  3. MaybeColumn :: ColumnType -> ColumnType

    cql Database.CQL.Protocol.Internal

    No documentation available.

  4. type MaybeMemberAt (n :: Nat) (x :: k) (xs :: [k]) = (NatToInt n, KindAtPositionIs n x xs)

    data-diverse Data.Diverse.TypeLevel

    Ensures that x is a member of xs at n if it exists, and that natToInt can be used.

  5. type MaybeUniqueMember (x :: k) (xs :: [k]) = (Unique x xs, NatToInt PositionOf x xs)

    data-diverse Data.Diverse.TypeLevel

    Ensures that x is a unique member of xs if it exists, and that natToInt can be used.

  6. newtype MaybeF (f :: k -> Type) (a :: k)

    functor-combinators Control.Applicative.ListF

    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.

  7. MaybeF :: Maybe (f a) -> MaybeF (f :: k -> Type) (a :: k)

    functor-combinators Control.Applicative.ListF

    No documentation available.

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

  9. MaybeF :: Maybe (f a) -> MaybeF (f :: k -> Type) (a :: k)

    functor-combinators Data.Functor.Combinator

    No documentation available.

  10. data Maybe1 (f :: k -> Type) (a :: k)

    reflex-dom-core Reflex.Dom.Builder.Immediate

    No documentation available.

Page 22 of many | Previous | Next