We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626b3c6 commit a833104Copy full SHA for a833104
booster/library/Booster/Pattern/ApplyEquations.hs
@@ -460,8 +460,7 @@ iterateEquations direction preference startTerm = do
460
"Recursion limit exceeded. \
461
\Previous \"term*detail\" messages show the terms involved."
462
withContext "abort" . withContext "detail" $ logMessage details
463
- -- FIXME: temporary remove the warning, will not pass CI
464
- -- logWarn msg
+ logWarn msg
465
throw . TooManyRecursions . (.recursionStack) =<< getState
466
467
go :: MonadLoggerIO io => Term -> EquationT io Term
0 commit comments