ref: 9b60831c7e019e9fc9f4d62d1a016d8ddd7e7a91
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 }