ref: abb53670c906a115ba5b0cbf97fb9e5d165e94d3
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) }