- showCoreExprGroup :: CoreExpr -> String
- isCoreOperator :: String -> Bool
Documentation
showCoreExprGroup :: CoreExpr -> StringSource
Show a CoreExpr, but with brackets if needed so the result is a group. Does not bracket simple variables or constants etc
isCoreOperator :: String -> BoolSource