package catala

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

Catala plugin for generating web APIs. It generates OCaml code before the the associated js_of_ocaml wrapper.

module D = Dcalc.Ast
val name : string
val extension : string
module To_jsoo : sig ... end

Contains all format functions used to generating the js_of_ocaml wrapper of the corresponding Catala program.

val apply : source_file:Catala_utils.Pos.input_file -> output_file:string option -> scope:'a -> 'm Lcalc.Ast.program -> Scopelang.Dependency.TVertex.t list -> unit