Forked from
Glasgow Haskell Compiler / GHC
10884 commits behind the upstream repository.
Ben Gamari
authored
This implements the BoxedRep proposal, refactoring the `RuntimeRep` hierarchy from: ```haskell data RuntimeRep = LiftedPtrRep | UnliftedPtrRep | ... ``` to ```haskell data RuntimeRep = BoxedRep Levity | ... data Levity = Lifted | Unlifted ``` Updates binary, haddock submodules. Closes #17526. Metric Increase: T12545
Code owners
Assign users and groups as approvers for specific file changes. Learn more.