package catala

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Driver.CommandsSource

Helper functions used by top-level commands

Sourceval get_output : ?ext:string -> Catala_utils.Global.options -> Catala_utils.Global.raw_file option -> string option * ((out_channel -> 'a) -> 'a)

bounded open of the expected output file

Sourceval get_output_format : ?ext:string -> Catala_utils.Global.options -> Catala_utils.Global.raw_file option -> string option * ((Format.formatter -> 'a) -> 'a)
Sourceval get_scope_uid : Shared_ast.decl_ctx -> string -> Shared_ast.ScopeName.t
Sourceval commands : unit Cmdliner.Cmd.t list

The list of built-in catala subcommands, as expected by Cmdliner.Cmd.group

OCaml

Innovation. Community. Security.