Skip to content

Commit

Permalink
Merge pull request ocaml-multicore#704 from ocaml-multicore/fix-to-pa…
Browse files Browse the repository at this point in the history
…ss-with-old-and-new-kcas

Fix to pass with both old and new Kcas
  • Loading branch information
talex5 committed Feb 26, 2024
2 parents 31ee72e + 6ee8ab9 commit ef415fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1627,10 +1627,8 @@ To demonstrate **kcas**
let's first create a couple of shared memory locations

```ocaml
# let x = Loc.make 0
val x : int Loc.t = <abstr>
# let y = Loc.make 0
val y : int Loc.t = <abstr>
let x = Loc.make 0
let y = Loc.make 0
```

and spawn a domain
Expand Down

0 comments on commit ef415fb

Please sign in to comment.