We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3f398 commit 02f15d8Copy full SHA for 02f15d8
src/Data/Vec/Base.agda
@@ -8,7 +8,7 @@
8
9
module Data.Vec.Base where
10
11
-open import Data.Bool.Base using (Bool; true; false)
+open import Data.Bool.Base using (Bool; true; false; if_then_else_)
12
open import Data.Nat.Base
13
open import Data.Fin.Base using (Fin; zero; suc)
14
open import Data.List.Base as List using (List)
0 commit comments