X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FConstants.lhs;h=5db909d6312605b32037bae80ab054b3931f9529;hb=8b9fadb6ff428a4edf433d291b1fe2facb6f3642;hp=8dc94d19db104da0bb57b5d67ecda70d1b71400b;hpb=066f10289f9711a0f6d0669aea97e134f1be2826;p=ghc-hetmet.git diff --git a/compiler/main/Constants.lhs b/compiler/main/Constants.lhs index 8dc94d1..5db909d 100644 --- a/compiler/main/Constants.lhs +++ b/compiler/main/Constants.lhs @@ -32,8 +32,8 @@ import Data.Bits (shiftL) All pretty arbitrary: \begin{code} -mAX_TUPLE_SIZE = (62 :: Int) -- Should really match the number - -- of decls in Data.Tuple +mAX_TUPLE_SIZE = (62 :: Int) -- Should really match the number + -- of decls in Data.Tuple mAX_CONTEXT_REDUCTION_DEPTH = (20 :: Int) \end{code}