Documentation

Init.Grind.Tactics

The configuration for grind. Passed to grind using, for example, the grind (config := { eager := true }) syntax.

  • eager : Bool

    When eager is true (default: false), grind eagerly splits if-then-else and match expressions.

Instances For

    grind tactic and related tactics.