Skip to content
Snippets Groups Projects

Some nofib touchups for recent bytestring/ghc changes and better useability.

Merged Andreas Klebinger requested to merge keep-going into master
Files
49
+ 1
0
@@ -31,6 +31,7 @@
module Main ( main ) where
import Data.Char
import Prelude hiding (null, length, or, foldr, maximum, concat, concatMap, foldl, foldr1, foldl1, sum, all, any, and, elem, notElem)
import Data.List
import System.IO
import System.Environment
Loading