X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FConstants.lhs;h=5db909d6312605b32037bae80ab054b3931f9529;hp=8dc94d19db104da0bb57b5d67ecda70d1b71400b;hb=67cb409159fa9136dff942b8baaec25909416022;hpb=fe784e7dfffa8b876ed738306a82bf4bdcfd8be7 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}