This PR adds `Lean.Grind.Ring.IsOrdered`, and cleans up the ring/module grind API. These typeclasses are at present unused, but will support future algorithmic improvements in `grind`.
9 lines
217 B
Text
9 lines
217 B
Text
/-
|
|
Copyright (c) 2025 Lean FRO, LLC. or its affiliates. All Rights Reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Kim Morrison
|
|
-/
|
|
module
|
|
|
|
prelude
|
|
import Init.Grind.Module.Basic
|