roc/examples/quicksort
Folkert 2df86b6438 fix uniqueness bug
builtin defs were included twice, which threw off uniqueness inference
2020-10-12 22:16:10 +02:00
..
platform Fix RocList memory leak 2020-10-11 19:00:35 -07:00
Quicksort.roc fix uniqueness bug 2020-10-12 22:16:10 +02:00
README.md Update BUILDING_FROM_SOURCE and quicksort readme 2020-10-04 16:35:23 -04:00

Quicksort

To run:

$ cargo run run Quicksort.roc

To run in release mode instead, do:

$ cargo run --release run Quicksort.roc

Troubleshooting

If you encounter cannot find -lc++, run the following for ubuntu sudo apt install libc++-dev.