sanctuary-js / sanctuary-def

Run-time type system for JavaScript
MIT License
294 stars 23 forks source link

provide keys, extractors, and types to ‘_Type’ as one data structure #255

Closed davidchambers closed 5 years ago

davidchambers commented 5 years ago

Commit message:

This commit changes where extractor functions and inner types are stored on Type objects. This is technically a breaking change, because prior to this commit the documentation divulged the locations of inner types.