Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. data Maybe a

    basement Basement.Imports

    The Maybe type encapsulates an optional value. A value of type Maybe a either contains a value of type a (represented as Just a), or it is empty (represented as Nothing). Using Maybe is a good way to deal with errors or exceptional cases without resorting to drastic measures such as error. The Maybe type is also a monad. It is a simple kind of error monad, where all errors are represented by Nothing. A richer error monad can be built using the Either type.

  2. data Maybe a

    protolude Protolude

    The Maybe type encapsulates an optional value. A value of type Maybe a either contains a value of type a (represented as Just a), or it is empty (represented as Nothing). Using Maybe is a good way to deal with errors or exceptional cases without resorting to drastic measures such as error. The Maybe type is also a monad. It is a simple kind of error monad, where all errors are represented by Nothing. A richer error monad can be built using the Either type.

  3. module TextShow.Data.Maybe

    TextShow instance for Maybe. Since: 2

  4. Maybe :: StructType -> StructType

    HaXml Text.XML.HaXml.DtdToHaskell.TypeDef

    No documentation available.

  5. Maybe :: HType -> HType

    HaXml Text.XML.HaXml.TypeMapping

    No documentation available.

  6. module GHC.Internal.Data.Maybe

    The Maybe type, and associated operations.

  7. data Maybe a

    ghc-internal GHC.Internal.Data.Maybe

    The Maybe type encapsulates an optional value. A value of type Maybe a either contains a value of type a (represented as Just a), or it is empty (represented as Nothing). Using Maybe is a good way to deal with errors or exceptional cases without resorting to drastic measures such as error. The Maybe type is also a monad. It is a simple kind of error monad, where all errors are represented by Nothing. A richer error monad can be built using the Either type.

  8. module GHC.Internal.Maybe

    Maybe type

  9. data Maybe a

    ghc-internal GHC.Internal.Maybe

    The Maybe type encapsulates an optional value. A value of type Maybe a either contains a value of type a (represented as Just a), or it is empty (represented as Nothing). Using Maybe is a good way to deal with errors or exceptional cases without resorting to drastic measures such as error. The Maybe type is also a monad. It is a simple kind of error monad, where all errors are represented by Nothing. A richer error monad can be built using the Either type.

  10. module Number.ResidueClass.Maybe

    No documentation available.

Page 3 of many | Previous | Next