Hoogle Search

Within LTS Haskell 24.15 (ghc-9.10.3)

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

  1. unsafeCoerceUnlifted :: forall (a :: UnliftedType) (b :: UnliftedType) . a -> b

    ghc-internal GHC.Internal.Unsafe.Coerce

    No documentation available.

  2. unsafeCoerceAddr :: forall (a :: TYPE 'AddrRep) (b :: TYPE 'AddrRep) . a -> b

    ghc-internal GHC.Internal.Unsafe.Coerce

    No documentation available.

  3. unsafeCoerce# :: a -> b

    ghc-internal GHC.Internal.Unsafe.Coerce

    Highly, terribly dangerous coercion from one representation type to another. Misuse of this function can invite the garbage collector to trounce upon your data and then laugh in your face. You don't want this function. Really.

  4. eqCast :: (a == b) ~ 'True => a -> b

    singleton-bool Data.Singletons.Bool

    No documentation available.

  5. coerce :: a -> b

    unsafe System.Unsafe

    No documentation available.

  6. raise# :: a_levpoly -> b_reppoly

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  7. noHeader :: forall (h :: Symbol) v orig new . AddHeader '[Optional, Strict] h v orig new => orig -> new

    gogol-core Gogol.Prelude

    Deliberately do not add a header to a value.

    >>> let example1 = noHeader "hi" :: Headers '[Header "someheader" Int] String
    
    >>> getHeaders example1
    []
    

  8. noHeader :: forall (h :: Symbol) v orig new . AddHeader '[Optional, Strict] h v orig new => orig -> new

    servant Servant.API

    Deliberately do not add a header to a value.

    >>> let example1 = noHeader "hi" :: Headers '[Header "someheader" Int] String
    
    >>> getHeaders example1
    []
    

  9. noHeader :: forall (h :: Symbol) v orig new . AddHeader '[Optional, Strict] h v orig new => orig -> new

    servant Servant.API.ResponseHeaders

    Deliberately do not add a header to a value.

    >>> let example1 = noHeader "hi" :: Headers '[Header "someheader" Int] String
    
    >>> getHeaders example1
    []
    

  10. absurd :: Recursive (->) t Identity => t -> a

    yaya Yaya.Applied

    No documentation available.

Page 3 of many | Previous | Next