Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. mkRepEqOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  2. mkReprPrimEqPred :: Type -> Type -> Type

    ghc GHC.Plugins

    Creates a primitive representational type equality predicate. t1 ~R# t2 Invariant: the types are not Coercions

  3. seqCo :: Coercion -> ()

    ghc GHC.Plugins

    No documentation available.

  4. seqType :: Type -> ()

    ghc GHC.Plugins

    No documentation available.

  5. seqTypes :: [Type] -> ()

    ghc GHC.Plugins

    No documentation available.

  6. splitForAllReqTyBinders :: Type -> ([ReqTyBinder], Type)

    ghc GHC.Plugins

    Like splitForAllTyCoVars, but only splits ForAllTys with Required type variable binders. Furthermore, each returned tyvar is annotated with ().

  7. seq :: a -> b -> b

    ghc GHC.Prelude.Basic

    No documentation available.

  8. sequence :: (Traversable t, Monad m) => t (m a) -> m (t a)

    ghc GHC.Prelude.Basic

    No documentation available.

  9. sequenceA :: (Traversable t, Applicative f) => t (f a) -> f (t a)

    ghc GHC.Prelude.Basic

    No documentation available.

  10. sequence_ :: (Foldable t, Monad m) => t (m a) -> m ()

    ghc GHC.Prelude.Basic

    No documentation available.

Page 209 of many | Previous | Next