Skip to content

Commit f0e5f46

Browse files
Merge pull request #2 from oxcaml/idiomatic-solutions
Update solutions
2 parents 24331a4 + bbb271e commit f0e5f46

File tree

22 files changed

+8452
-4768
lines changed

22 files changed

+8452
-4768
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: opam install -y core parallel
3131

3232
- name: Build Act 1
33-
run: opam exec -- dune build act1/
33+
run: opam exec -- dune build handson_activity/act01_data_races_and_tsan/

attic/act1/parallel/array_sum.ml

Lines changed: 0 additions & 103 deletions
This file was deleted.

attic/act1/parallel/dune

Lines changed: 0 additions & 4 deletions
This file was deleted.

attic/act1/parallel/quicksort.ml

Lines changed: 0 additions & 55 deletions
This file was deleted.

attic/act1/parallel/tree_average.ml

Lines changed: 0 additions & 57 deletions
This file was deleted.

attic/act1/sequential/array_sum.ml

Lines changed: 0 additions & 19 deletions
This file was deleted.

attic/act1/sequential/dune

Lines changed: 0 additions & 2 deletions
This file was deleted.

attic/act1/sequential/quicksort.ml

Lines changed: 0 additions & 55 deletions
This file was deleted.

attic/act1/sequential/tree_average.ml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)