= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package catala
-
law_source
-
runtime
-
utils
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This modules weaves the source code and the legislative text together into a document that law professionals can understand.
Helpers
val wrap_html :
string list ->
Utils.Cli.backend_lang ->
Format.formatter ->
(Format.formatter -> unit) ->
unit
Usage: wrap_html source_files language fmt wrapped
Prints an HTML complete page structure around the wrapped
content.
API
val ast_to_html :
Utils.Cli.backend_lang ->
Format.formatter ->
Surface.Ast.program ->
unit