gvvaughan / typecheck

Gradual type checking for Lua functions
https://gvvaughan.github.io/typecheck
MIT License
42 stars 2 forks source link

Expose the single value check in the public interface #6

Closed jvprat closed 8 years ago

jvprat commented 8 years ago

This is a proposal for the interface to expose the check of a single value, as discussed in #4. I took the chance to group the implementation of the single value checks and the function checks.

This is not aimed for merging yet, since there are no tests for the new public function.

gvvaughan commented 8 years ago

Thank you for working on this. I fiddled with the LuaDocs a little, added a NEWS.md entry, and formatted the commit logs to match my fussy formatting, and merged onto master....

Cheers!

jvprat commented 8 years ago

Thanks!