Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Aug 18, 2021
1 parent 05b74b0 commit 14be067
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ import Mathlib.SetNotation
import Mathlib.Tactic.Basic
import Mathlib.Tactic.Block
import Mathlib.Tactic.Coe
import Mathlib.Tactic.Core
import Mathlib.Tactic.NoMatch
import Mathlib.Tactic.NormNum
import Mathlib.Tactic.OpenPrivate
import Mathlib.Tactic.PrintPrefix
import Mathlib.Tactic.Ring
import Mathlib.Tactic.RunTac
import Mathlib.Tactic.Split
import Mathlib.Tactic.Spread
import Mathlib.Tactic.SudoSetOption
Expand Down
2 changes: 2 additions & 0 deletions Mathlib/Tactic/Ring.lean
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ example {α} [CommSemiring α] (x y z : α) (n : ℕ) :
-- (-(a * b) + c + d) * e = (c + (d + -a * b)) * e := by ring
example (a n s: ℕ) : a * (n - s) = (n - s) * a := by ring

example (A : ℕ) : (2 * A) ^ 2 = (2 * A) ^ 2 := by ring

-- example (x y z : ℚ) (hx : x ≠ 0) (hy : y ≠ 0) (hz : z ≠ 0) :
-- x / (y / z) + y ⁻¹ + 1 / (y * -x) = -1/ (x * y) + (x * z + 1) / y :=
-- begin
Expand Down
4 changes: 0 additions & 4 deletions Mathlib/Test/Ring.lean

This file was deleted.

0 comments on commit 14be067

Please sign in to comment.