package catala

  1. Overview
  2. Docs
module Cli = Utils.Cli
module Errors = Utils.Errors
val driver : string -> bool -> bool -> bool -> string option -> string -> string option -> int option -> bool -> string option -> string option -> int

Entry function for the executable. Returns a negative number in case of error.

val main : unit -> unit