Fancy lists, to be used as a type or match pattern.
Go to file
2016-09-29 16:28:18 +02:00
scribblings Fixed ^ {once} for the match expander 2016-09-29 16:28:18 +02:00
test Fixed ^ {once} for the match expander 2016-09-29 16:28:18 +02:00
.gitignore Created xlist package 2016-09-20 22:34:43 +02:00
.travis.yml Reduce number of concurrent build jobs in Travis 2016-09-22 10:48:03 +02: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 ^ {once} for the match expander 2016-09-29 16:28:18 +02:00
infinity-identifier.rkt Added xlist match expander. Added typed and untyped versions. 2016-09-21 18:12:46 +02:00
info.rkt Added xlist match expander. Added typed and untyped versions. 2016-09-21 18:12:46 +02:00
LICENSE.txt Public Domain license 2016-09-21 18:34:16 +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 Implemented, tested and documented xlist types 2016-09-21 04:30:39 +02:00
scribble-enhanced.rkt Implemented, tested and documented xlist types 2016-09-21 04:30:39 +02:00
split-xlist.rkt Simplified split-xlist so that it might typecheck in Racket v.6.5 2016-09-25 16:19:46 +02: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.

xlist

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