ref: 4db5274a2f6db10e31e11c503f36c85a98c65fbc
dir: /test/occur.myr/
use std
/* checks that f is not an infinite type (ie, the type
doesn't exist within itself). If 'f' typechecked,
it's type would be:
f : (std.exit((-> (-> ... ad infinitum ...))))
*/
const f = {
std.exit(f)
}