This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# Language BangPatterns #-} | |
module Main where | |
import Data.Binary.Get | |
import Data.Word | |
import Data.Bits | |
import Data.List (foldl') | |
import Test.BenchPress | |
import Control.Monad | |
import qualified Data.ByteString.Lazy as BS |