Pantograph/Test/Tactic/MotivatedApply.lean

12 lines
201 B
Plaintext
Raw Normal View History

2024-04-20 13:09:41 -07:00
import LSpec
import Lean
open Lean
namespace Pantograph.Test.Tactic.MotivatedApply
def suite (env: Environment): List (String × IO LSpec.TestSeq) :=
[]
end Pantograph.Test.Tactic.MotivatedApply