return to top
source
The configuration for grind. Passed to grind using, for example, the grind (config := { eager := true }) syntax.
grind
grind (config := { eager := true })
When eager is true (default: false), grind eagerly splits if-then-else and match expressions.
eager
false
if-then-else
match
grind tactic and related tactics.