Commit Graph

2 Commits

Author SHA1 Message Date
Jinwoo Lee
6bc0965232 Support arithmetic sequences.
`from`      : [a .. ]
`fromThen`  : [a, b .. ]
`fromTo`    : [a .. b]
`fromThenTo`: [a, b .. c]

These are needed before supporting list comprehensions (#64).
2020-05-28 10:50:55 -07:00
Judah Jacobson
1346ef0ca8 Initial commit. 2019-07-09 13:58:46 -07:00