shithub: mc

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

View raw version
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 : (std.exit((-> (-> ... ad infinitum ...))))
*/
const f = {
	std.exit(f)
}