Typechecking closures is hard, and I’m a little confused by it. Is it an object w/ the closed values in … More
Tag: types
function type syntax
I’m trying to start implementing the list module in leema tonight, and particularly the map function in the list module. … More