sanctuary-js / sanctuary-def

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

prevent ‘Object’ from matching ‘f a’ or ‘f a b’ #203

Closed davidchambers closed 6 years ago

davidchambers commented 6 years ago

Commit message:

Only types with at least one inner type should match f a. Only types with at least two inner types should match f a b.