Module EDSL.Magic

module Magic: sig .. end
The EDSL.Magic module is like OCaml's Obj.magic function for the EDSL; it allows one to bypass typing.

val unit : string -> unit EDSL.t
Put any string as a unit t command inline (Magic.unit s is different from exec ["sh"; "-c"; s] there is no escaping or protection).