Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Sep 4, 2024
1 parent 85a7c1c commit f07f751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Init/Data/Bool.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: F. G. Dorais
-/
prelude
import Init.BinderPredicates
import Init.NotationExtra

/-- Boolean exclusive or -/
abbrev xor : Bool → Bool → Bool := bne
Expand Down
3 changes: 1 addition & 2 deletions src/Init/Data/List/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import Init.Data.Bool
import Init.Data.Option.Lemmas
import Init.Data.List.BasicAux
import Init.Data.List.Control
import Init.PropLemmas
import Init.Control.Lawful.Basic
import Init.Hints
import Init.BinderPredicates

/-! # Theorems about `List` operations.
Expand Down

0 comments on commit f07f751

Please sign in to comment.