aiken/examples
KtorZ 5b0a1716b5
Fix mk_starts and second_last in knights benchmarks.
mk_starts was not yielding enough values. It's originally a translation of a double list comprehension in Haskell, which cannot simply be translated to a map2. The latter combine elements two by two, but the former works through all possible permutations.
2024-07-17 12:52:29 +02:00
..
acceptance_tests Split continuous workflow in three jobs. 2024-07-16 17:41:14 +02:00
benchmarks Fix mk_starts and second_last in knights benchmarks. 2024-07-17 12:52:29 +02:00
gift_card Oversight: fix missing 'AList' -> 'Pairs' conversion. 2024-05-23 17:08:33 +02:00
hello_world Review knights benchmark and update dependencies. 2024-07-17 12:52:29 +02:00