diff options
Diffstat (limited to 'compiler/main/Constants.hs')
-rw-r--r-- | compiler/main/Constants.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Constants.hs b/compiler/main/Constants.hs index 7eda130917..cf3458507b 100644 --- a/compiler/main/Constants.hs +++ b/compiler/main/Constants.hs @@ -26,7 +26,7 @@ mAX_SUM_SIZE :: Int mAX_SUM_SIZE = 62 -- | Default maximum depth for both class instance search and type family --- reduction. See also Trac #5395. +-- reduction. See also #5395. mAX_REDUCTION_DEPTH :: Int mAX_REDUCTION_DEPTH = 200 |