Fixed any?
h3rald h3rald@h3rald.com
Sun, 08 Jul 2018 13:30:07 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
lib/min_seq.nim
→
lib/min_seq.nim
@@ -177,7 +177,7 @@ i.dequote(filter)
var check = i.pop if check.isBool and check.boolVal == true: res = true.newVal - return + break i.push res def.symbol("all?") do (i: In):