I am chreekat.
Todo (by me, or someone else. Let me know!)
data PSplitOpts =
{ input :: FilePath
, prefix :: Text
, suffix_length :: Int
, num_lines :: Int
}
versus
data PSplitOpts =
input :: FilePath
prefix :: Text
suffix_length :: Int
num_lines :: Int
This is based on half-documented features of CoffeeScript.Maybe I should just get a smartphone.