Util
Description
Various utility functions.
inputRaw :: String -> String #
Get the (raw) input (as one line (with newlines in it)).
trace' :: Show a => String -> a -> a #
Nice(er) trace function.