lib eval
lib show
Bosatsu/Loops
private package
source code: - test_workspace/Loops.bosatsu
test_workspace/Loops.bosatsu
range_foldr
references: Int
Int
def range_foldr[a](top: Int, init: a, fn: (Int, a) -> a) -> a
Next: Bosatsu/LsExample
Bosatsu/LsExample