Skip to content

Commit 4f22119

Browse files
authored
Add test for Data.String map
1 parent 6105d22 commit 4f22119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Data/String/Base.agda

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,6 @@ _ = refl
188188

189189
map : (Char Char) String String
190190
map f = fromList ∘ List.map f ∘ toList
191+
192+
_ : map Char.toUpper "abc""ABC"
193+
_ = refl

0 commit comments

Comments
 (0)