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.

  1. data Person

    feed Text.Atom.Feed

    No documentation available.

  2. Person :: Text -> Maybe URI -> Maybe Text -> [Element] -> Person

    feed Text.Atom.Feed

    No documentation available.

  3. module Text.Atom.Pub

    Types for the Atom Publishing Protocol (APP)

  4. type family Plus (n :: Nat) (m :: Nat) :: Nat

    fin Data.Type.Nat

    Addition.

    >>> reflect (snat :: SNat (Plus Nat1 Nat2))
    3
    

  5. data Partial a

    foundation Foundation

    Partialiality wrapper.

  6. data PartialError

    foundation Foundation

    An error related to the evaluation of a Partial value that failed. it contains the name of the function and the reason for failure

  7. class Eq ty => PrimType ty

    foundation Foundation

    Represent the accessor for types that can be stored in the UArray and MUArray. Types need to be a instance of storable and have fixed sized.

  8. type family ProductFirst a

    foundation Foundation

    No documentation available.

  9. type family ProductSecond a

    foundation Foundation

    No documentation available.

  10. type family ProductThird a

    foundation Foundation

    No documentation available.

Page 620 of many | Previous | Next