We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import
Data.Bool.Base
1 parent 3986466 commit 0661b59Copy full SHA for 0661b59
src/Data/List/NonEmpty/Base.agda
@@ -9,8 +9,7 @@
9
module Data.List.NonEmpty.Base where
10
11
open import Level using (Level)
12
-open import Data.Bool.Base using (Bool; false; true; not; T)
13
-open import Data.Bool.Properties using (T?)
+open import Data.Bool.Base using (Bool; false; true)
14
open import Data.List.Base as List using (List; []; _∷_)
15
open import Data.Maybe.Base using (Maybe ; nothing; just)
16
open import Data.Nat.Base as ℕ
0 commit comments