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.
unsafeCoerceUnlifted :: forall (a :: UnliftedType) (b :: UnliftedType) . a -> bghc-internal GHC.Internal.Unsafe.Coerce No documentation available.
unsafeCoerceAddr :: forall (a :: TYPE 'AddrRep) (b :: TYPE 'AddrRep) . a -> bghc-internal GHC.Internal.Unsafe.Coerce No documentation available.
-
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.
eqCast :: (a == b) ~ 'True => a -> bsingleton-bool Data.Singletons.Bool No documentation available.
-
unsafe System.Unsafe No documentation available.
raise# :: a_levpoly -> b_reppolyghc-prim GHC.PrimopWrappers No documentation available.
-
gogol-core Gogol.Prelude Deliberately do not add a header to a value.
>>> let example1 = noHeader "hi" :: Headers '[Header "someheader" Int] String >>> getHeaders example1 []
-
servant Servant.API Deliberately do not add a header to a value.
>>> let example1 = noHeader "hi" :: Headers '[Header "someheader" Int] String >>> getHeaders example1 []
-
servant Servant.API.ResponseHeaders Deliberately do not add a header to a value.
>>> let example1 = noHeader "hi" :: Headers '[Header "someheader" Int] String >>> getHeaders example1 []
absurd :: Recursive (->) t Identity => t -> ayaya Yaya.Applied No documentation available.