shithub: mc

ref: a3190859afca26c9482a8f2a34949a1d1443cbcb
dir: /test/occur.myr/

View raw version
/* 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
}