Fancy lists, to be used as a type or match pattern.
Go to file
2021-04-04 07:23:20 +01:00
scribblings Changed my name :) 2021-03-04 20:38:24 +00:00
test Fixed typo, removed debugging output 2016-09-29 18:01:06 +02:00
.gitignore Created xlist package 2016-09-20 22:34:43 +02:00
.travis.yml Turn off coverage in older versions: fixed typo 2021-03-05 14:25:49 +00:00
between.rkt Added xlist match expander. Added typed and untyped versions. 2016-09-21 18:33:57 +02:00
caret-identifier.rkt Implemented, tested and documented xlist types 2016-09-21 04:30:39 +02:00
implementation.rkt Fixed typo, removed debugging output 2016-09-29 18:01:06 +02:00
infinity-identifier.rkt Added xlist match expander. Added typed and untyped versions. 2016-09-21 18:12:46 +02:00
info.rkt Changed my name :) 2021-03-04 20:43:48 +00:00
LICENSE-more.md Use the same license template as in other projects 2017-03-31 14:40:17 +02:00
LICENSE.txt Use the same license template as in other projects 2017-03-31 14:40:17 +02:00
main.rkt Documented split-xlist, improved prcision of inference for fixed-length and bounded-length sublists 2016-09-25 15:53:21 +02:00
once-identifier.rkt Documented split-xlist, improved prcision of inference for fixed-length and bounded-length sublists 2016-09-25 15:53:21 +02:00
README.md Renamed main branch 2021-04-04 07:23:20 +01:00
scribble-enhanced.rkt Implemented, tested and documented xlist types 2016-09-21 04:30:39 +02:00
split-xlist.rkt Fixed a few typos in the docs 2017-02-01 08:01:57 +01:00
untyped.rkt Documented split-xlist, improved prcision of inference for fixed-length and bounded-length sublists 2016-09-25 15:53:21 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation, Maintained as of 2018, License: CC0 v1.0.

xlist

Fancy lists, with bounded or unbounded repetition of elements. Can be used as a type or match pattern.