Skip to content

Commit 02f15d8

Browse files
Fix missing import
1 parent fa3f398 commit 02f15d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Vec/Base.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
module Data.Vec.Base where
1010

11-
open import Data.Bool.Base using (Bool; true; false)
11+
open import Data.Bool.Base using (Bool; true; false; if_then_else_)
1212
open import Data.Nat.Base
1313
open import Data.Fin.Base using (Fin; zero; suc)
1414
open import Data.List.Base as List using (List)

0 commit comments

Comments
 (0)