Other labels
cross-compilation
Glasgow Haskell Compiler / GHC
Issues with cross-compilation GHC itself or using GHC to cross-compile programs
custom type errors
Glasgow Haskell Compiler / GHC
Custom type errors support (e.g. the `TypeError` typeclass)
debug information
Glasgow Haskell Compiler / GHC
Native debugging information and backtrace support (e.g. DWARF)
deferred type errors
Glasgow Haskell Compiler / GHC
GHC's handling of deferred type errors (i.e. -fdefer-type-errors)
delimited continuations
Glasgow Haskell Compiler / GHC
Issues relating to delimited continuation primops
Prioritized