Sha256: 859ea1bbb68dc24cc97055c0e9d1a9398f239e32eb57e920425ac000f562f854

Contents?: true

Size: 138 Bytes

Versions: 8

Compression:

Stored size: 138 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-0.12.2 examples/operators/rank.alf
alf-0.12.1 examples/operators/rank.alf
alf-0.12.0 examples/operators/rank.alf
alf-0.11.1 examples/operators/rank.alf
alf-0.11.0 examples/operators/rank.alf
alf-0.10.1 examples/operators/rank.alf
alf-0.10.0 examples/operators/rank.alf
alf-0.9.3 examples/operators/rank.alf