We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43abe69 commit 025b4d7Copy full SHA for 025b4d7
Class/ToList.agda
@@ -20,3 +20,6 @@ instance
20
21
ToList-Vec : ∀ {n} → ToList (Vec A n) A
22
ToList-Vec .toList = V.toList
23
+
24
+ ToList-Maybe : ToList (Maybe A) A
25
+ ToList-Maybe .toList = L.fromMaybe
0 commit comments