ref: 7ea39f801622858865e2fb06768a9f44f81b5bf8
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
}