Returns the string representation of any value. Rather slow; only use this for debugging!
function anyString<A> input A a; output String str; end anyString;