Permutations: Difference between revisions

Content added Content deleted
(Add SML)
Line 5,694: Line 5,694:


val .permute = f(.list) {
val .permute = f(.list) {
if not isList(.list): throw "expected list"
if .list is not list: throw "expected list"


val .limit = 10
val .limit = 10