Fancy lists, to be used as a type or match pattern.
Go to file
2016-09-22 04:05:49 +02:00
scribblings Totally wrong implementation of the xlist builder. Commited for historical purposes, there might be some reusable bits of code there. 2016-09-22 04:05:49 +02:00
test Totally wrong implementation of the xlist builder. Commited for historical purposes, there might be some reusable bits of code there. 2016-09-22 04:05:49 +02:00
.gitignore Created xlist package 2016-09-20 22:34:43 +02:00
.travis.yml Disabled doc-coverage until scribble patch for issue 44 is accepted. 2016-09-21 18:44:12 +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
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 Totally wrong implementation of the xlist builder. Commited for historical purposes, there might be some reusable bits of code there. 2016-09-22 04:05:49 +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
untyped.rkt Added xlist match expander. Added typed and untyped versions. 2016-09-21 18:33:57 +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.