Skip to content

Commit f2f3ec1

Browse files
authored
Merge pull request #145 from LiamGoodacre/feature/rename-prim-classes
Import Prim.TypeError.Fail
2 parents c61596a + 9aa81ef commit f2f3ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Data/List/ZipList.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Data.List.ZipList
66
) where
77

88
import Prelude
9+
import Prim.TypeError (class Fail)
910
import Control.Alt (class Alt)
1011
import Control.Alternative (class Alternative)
1112
import Control.Plus (class Plus)

0 commit comments

Comments
 (0)