Skip to content

Commit

Permalink
Remove redundant given Library leading to compilation error under S…
Browse files Browse the repository at this point in the history
…cala 3.6+ (#224)
  • Loading branch information
WojciechMazur authored Jul 22, 2024
1 parent 712da94 commit 70367a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisa-utils/src/main/scala/lisa/prooflib/ProofsHelpers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ trait ProofsHelpers {

import lisa.fol.FOL.{given, *}

given Library = library

class HaveSequent(val bot: Sequent) {

inline infix def by(using proof: library.Proof, line: sourcecode.Line, file: sourcecode.File): By { val _proof: proof.type } = By(proof, line, file).asInstanceOf
Expand Down

0 comments on commit 70367a6

Please sign in to comment.