sanctuary-js / sanctuary-def

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

define Type#fantasy-land/equals #189

Closed davidchambers closed 6 years ago

davidchambers commented 6 years ago

I'd like to add a doctest for S.env such as this:

//. > S.env
//. [ $.AnyFunction,
//. . $.Arguments,
//. . ...
//. . $.ValidDate,
//. . $.ValidNumber ]

In order to do so, two things must happen: