Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Dec 19, 2024
1 parent 75772e3 commit 1890704
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Init/Data/Range/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ namespace Range
universe u v

/-- The number of elements in the range. -/
<<<<<<< HEAD
@[simp] def size (r : Range) : Nat := (r.stop - r.start + r.step - 1) / r.step
=======
def size (r : Range) : Nat := (r.stop - r.start + r.step - 1) / r.step
>>>>>>> origin/master

@[inline] protected def forIn' [Monad m] (range : Range) (init : β)
(f : (i : Nat) → i ∈ range → β → m (ForInStep β)) : m β :=
Expand Down

0 comments on commit 1890704

Please sign in to comment.