LinuxUser404

Results 3 issues of LinuxUser404

I fixed a bunch of warnings here and there(thrown at me by a recent ghc). I was going to move this whole thing to a more recent version of cabal,...

``` f :: (FFloat, FFloat) -> (FFloat, FFloat) f (zr,zi) = (zr * 0, zi + zr + 0.1) --f (zr,zi) = (zr + zi + 0.1, zi * 0)...

ByteString parser seems to be not usable because there are 0 parser functions operating on ByteString. When we operate on strings of chars we have useful parsers like "oneOf", "digit",...