Sha256: a347fab7c938119627e81a92b3345ec0f814fe030b71ca75adcddbc91c1ba27d

Contents?: true

Size: 137 Bytes

Versions: 8

Compression:

Stored size: 137 Bytes

Contents

#!/usr/bin/env alf

# Get the three heaviest parts
(allbut (restrict (rank parts, [[:weight, :desc]], :pos), lambda{ pos < 3 }), [:pos])

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
alf-core-0.16.3 examples/operators/rank.alf
alf-core-0.16.2 examples/operators/rank.alf
alf-core-0.16.1 examples/operators/rank.alf
alf-core-0.16.0 examples/operators/rank.alf
alf-core-0.15.0 examples/operators/rank.alf
alf-core-0.14.0 examples/operators/rank.alf
alf-core-0.13.1 examples/operators/rank.alf
alf-core-0.13.0 examples/operators/rank.alf