melon
melon copied to clipboard
Rename types.isClosure
It's probably best to rename types.isClosure
to types.isFunction
. Even if they are called Closures
by the VM they are Function
s for the end-user.
@daniele-rapagnani In which file does the issue lie?
Hey @Siddharth1010 , you can find it in types_module.c
. It should be as simple as renaming it there and possibly in some of the unit tests, I suspect only in the ones pertaining to the types
module itself.
Hey @Siddharth1010! I was wondering if you still wanted to fix this issue? I'm working on another issue related to the types module, so I wanted to check. Cheers!