Skip to content

Commit b148d18

Browse files
committed
Additional GHC option
1 parent c3f9c51 commit b148d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chapter-10/nim.hs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
12
import Data.Char
23

34
next :: Int -> Int

0 commit comments

Comments
 (0)