Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Types.Id Similar to trimUnfolding, but also removes evaldness info.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
ClassOpId :: Class -> Bool -> IdDetailsghc GHC.Types.Id.Info The Id is a superclass selector or class operation
-
ghc GHC.Types.Id.Info A coercion variable This only covers un-lifted coercions, of type (t1 ~# t2) or (t1 ~R# t2), not their lifted variants
-
ghc GHC.Types.Id.Info A dictionary function. Bool = True = the class has only one method, so may be implemented with a newtype, so it might be bad to be strict on this dictionary
DataConWorkId :: DataCon -> IdDetailsghc GHC.Types.Id.Info The Id is for a data constructor worker