This PR adds draft typeclasses for `grind` to process facts about ordered modules. These interfaces will evolve as the implementation develops.
10 lines
246 B
Text
10 lines
246 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
|
|
import Init.Grind.Module.Int
|