We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db08b3 commit 59306b9Copy full SHA for 59306b9
src/Data/Fin/Base.agda
@@ -11,7 +11,6 @@
11
12
module Data.Fin.Base where
13
14
-open import Data.Bool.Base using (Bool; T)
15
open import Data.Nat.Base as ℕ using (ℕ; zero; suc)
16
open import Data.Product.Base as Product using (_×_; _,_; proj₁; proj₂)
17
open import Data.Sum.Base as Sum using (_⊎_; inj₁; inj₂; [_,_]′)
0 commit comments