package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val literal_title : Utils.Cli.backend_lang -> string

Return the title traduction according the given Utils.Cli.backend_lang.

val literal_generated_by : Utils.Cli.backend_lang -> string

Return the 'generated by' traduction according the given Utils.Cli.backend_lang.

val literal_source_files : Utils.Cli.backend_lang -> string

Return the 'source files weaved' traduction according the given Utils.Cli.backend_lang.

Return the traduction of a paragraph giving a basic disclaimer about Catala and a link to the website according the given Utils.Cli.backend_lang.

val literal_last_modification : Utils.Cli.backend_lang -> string

Return the 'last modification' traduction according the given Utils.Cli.backend_lang.

val get_language_extension : Utils.Cli.backend_lang -> string

Return the file extension corresponding to the given Utils.Cli.backend_lang.

val run_pandoc : string -> [ `Html | `Latex ] -> string

Runs the pandoc on a string to pretty-print markdown features into the desired format.