coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.12k stars 67 forks source link

add tests for all core language looping constructs #1201

Open stylewarning opened 1 month ago

stylewarning commented 1 month ago

The looping constructs of Coalton are under-tested. Test all variants of loops, including continue and break.