Closed runarorama closed 4 years ago
This adds scanr and scanl for List, and the corresponding functions for Nonempty. Includes pretty good tests and lots of examples.
scanr
scanl
List
Nonempty
Also added:
Boolean.and
Boolean.or
Doc.example for constructing an example from a termRef.
Doc.example
termRef
The changes summarized below are available for you to review, using the following command:
pull-request.load https://github.com/unisonweb/base:.trunk https://github.com/runarorama/mybase:._topic.scan
Added definitions:
Merged in base hash #4un3bevvfc.
This adds
scanr
andscanl
forList
, and the corresponding functions forNonempty
. Includes pretty good tests and lots of examples.Also added:
Boolean.and
andBoolean.or
as first-class functions.Doc.example
for constructing an example from atermRef
.The changes summarized below are available for you to review, using the following command:
pull-request.load https://github.com/unisonweb/base:.trunk https://github.com/runarorama/mybase:._topic.scan
Added definitions: