chore: include orphan file

This commit is contained in:
Sebastian Ullrich 2022-02-15 09:28:24 +01:00
parent f33cb27d1c
commit 4b03666ecc
2 changed files with 7 additions and 0 deletions

View file

@ -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

View 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