chore: include orphan file
This commit is contained in:
parent
f33cb27d1c
commit
4b03666ecc
2 changed files with 7 additions and 0 deletions
|
|
@ -25,3 +25,4 @@ import Lean.Meta.Tactic.Split
|
|||
import Lean.Meta.Tactic.Cleanup
|
||||
import Lean.Meta.Tactic.Unfold
|
||||
import Lean.Meta.Tactic.Rename
|
||||
import Lean.Meta.Tactic.LinearArith
|
||||
|
|
|
|||
6
src/Lean/Meta/Tactic/LinearArith.lean
Normal file
6
src/Lean/Meta/Tactic/LinearArith.lean
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/-
|
||||
Copyright (c) 2022 Sebastian Ullrich. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Sebastian Ullrich
|
||||
-/
|
||||
import Lean.Meta.Tactic.LinearArith.Basic
|
||||
Loading…
Add table
Reference in a new issue