package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val log : ('a, Format.formatter, unit, unit, unit, unit) format6 -> 'b
val error : ('a, 'b Shared_ast__.Definitions.mark) Catala_utils.Mark.ed -> ('c, Format.formatter, unit, 'd) format4 -> 'c
val noassert : bool
type laziness_level = {
  1. eval_struct : bool;
  2. eval_op : bool;
  3. eval_default : bool;
}
val value_level : laziness_level
module Env : sig ... end
val run : Catala_utils.Cli.raw_file list -> bool -> bool -> string -> Catala_utils.Cli.options -> unit