Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 725 Bytes

TODO.org

File metadata and controls

16 lines (15 loc) · 725 Bytes

one separate library for answer tests

So it’s easier to run separately, and so we can test by shelling out to euler, which means we can run in parallel.

Alternatively, figure out how to make dune run tests in parallel.

Solution_intf.Arg.main should return a string

Might be easier to automate things if it returns a string instead of printing.

Add unimplemented function

let () = unimplemented [%here]

Add support for inline benchmarking

E.g., using ppx_bench. This might require build system support.

Benchmark solutions under flambda

Bind libdivide as a library and use it for constant divisions