ref: c4b6a1c57ece9e02c05f046f4dd472f6d8c6ec6b
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 : (-> (-> (-> ... ad infinitum ...))) */ const f = { -> f }