max package:ghc

Limit the maximum number of errors to show
Max size, in bytes, of inline array allocations.
Only inline memcpy if it generates no more than this many pseudo (roughly: Cmm) instructions.
Only inline memset if it generates no more than this many pseudo (roughly: Cmm) instructions.
Soft limit on the number of models the pattern match checker checks a pattern against. A safe guard against exponential blow-up.
Maximum number of refinement hole fits to show in typed hole error messages
Maximum number of bindings from the type envt to show in type error messages
Max simplifier iterations
Maximum number of unmatched patterns to show in non-exhaustiveness warnings
Maximum number of hole fits to show in typed hole error messages
The number of spill slots available without allocating more.
Magic number, must agree with BITMAP_BITS_SHIFT in InfoTables.h. Some kinds of bitmap pack a size/bitmap into a single word if possible, or fall back to an external pointer when the bitmap is too large. This value represents the largest size of bitmap that can be packed into a single word.
Retrieves the maximal key of the map, and the map stripped of that element, or Nothing if passed an empty map.