dscheck icon indicating copy to clipboard operation
dscheck copied to clipboard

Add `Domain.join`

Open art-w opened this issue 1 year ago • 0 comments

It's a bit of a pain to adapt existing code to dscheck because it doesn't have the standard Domain.spawn type (and Domain.join is missing). It would be super neat if enabling tracing only required this prelude:

open Dscheck

(* or *)
module Atomic = Dscheck.Atomic
module Domain = Dscheck.Domain

(with Domain.join added, I suspect that final wouldn't be required anymore?)

art-w avatar Nov 28 '22 20:11 art-w