package genspio

  1. Overview
  2. Docs

Module Genspio.To_slow_flowSource

Sourceval string_to_octal : ?prefix:??? -> Genspio.Common.String.t -> string
Sourceval expand_octal_command : remove_l:bool -> string -> string
Sourceval m : int Common.ref
Sourceval var_name : ?expression:??? -> ?script:??? -> Genspio.Common.String.t -> string
Sourcemodule Tmp_db : sig ... end
Sourcemodule Script : sig ... end
Sourceval to_ir : 'a. fail_commands:(string -> Script.command list) -> tmpdb:Tmp_db.t -> 'a Language.t -> Script.t
Sourceval compile : ?default_tmpdir:??? -> ?signal_name:??? -> ?trap:??? -> 'a Language.t -> Script.t
Sourceval test : unit -> unit