ref: a853d393d64e012dee3839f8a39d1b56d8f40d63
dir: /test/occur.myr/
/* 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
}