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