package catala
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Compiler and library for the literate programming language for tax code specification
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.0.0-beta.tar.gz
md5=c41cbc1fa003e167bbc0bb1cd7723ab3
sha512=1e07951e2d73040bc0bea89f04bcb50c3a533323a7c7d8bac9ee9aa6be5233f795a32857421d04f17e52a841057cdc78b33f79fa239a17dd12de97a738c81999
doc/catala.shared_ast/Shared_ast/Print/UserFacing/index.html
Module Print.UserFacingSource
User-facing, localised printer
Source
val unit :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Catala_runtime.unit ->
unitSource
val bool :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Catala_runtime.bool ->
unitSource
val integer :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Catala_runtime.integer ->
unitSource
val decimal :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Catala_runtime.decimal ->
unitSource
val money :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Catala_runtime.money ->
unitSource
val date :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Catala_runtime.date ->
unitSource
val duration :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Catala_runtime.duration ->
unitSource
val lit :
Catala_utils.Global.backend_lang ->
Format.formatter ->
Shared_ast__.Definitions.lit ->
unitSource
val lit_to_string :
Catala_utils.Global.backend_lang ->
Shared_ast__.Definitions.lit ->
stringSource
val value :
?fallback:
(Format.formatter ->
(('a, 'a, 't) Shared_ast__.Definitions.base_gexpr,
't Shared_ast__.Definitions.mark)
Catala_utils.Mark.ed ->
unit) ->
Catala_utils.Global.backend_lang ->
Format.formatter ->
(('a, 'a, 't) Shared_ast__.Definitions.base_gexpr,
't Shared_ast__.Definitions.mark)
Catala_utils.Mark.ed ->
unitPrints a value in a localised format, intended to be read by an end-user.
Source
val expr :
Catala_utils.Global.backend_lang ->
Format.formatter ->
((_, _, _) Shared_ast__.Definitions.base_gexpr,
_ Shared_ast__.Definitions.mark)
Catala_utils.Mark.ed ->
unitThis combines the user-facing value printer and the generic expression printer to handle all AST nodes
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>