package genspio

  1. Overview
  2. Docs

Module EDSL_v0.MagicSource

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

Sourceval unit : string -> unit 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).