Safe HaskellNone

Util

Description

Various utility functions.

Synopsis

Documentation

inputRaw :: String -> String #

Get the (raw) input (as one line (with newlines in it)).

trace' :: Show a => String -> a -> a #

Nice(er) trace function.