Documentation

Std.Tactic.Lint.TypeClass

Lints for instances with arguments that cannot be filled in, like

instance {α β : Type} [Group α] : Mul α where ...
Equations
  • One or more equations did not get rendered due to their size.
Instances For

    A linter for checking if any declaration whose type is not a class is marked as an instance.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For