= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package catala
-
law_source
-
runtime
-
utils
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The only kind of information carried in Catala identifiers is the original string of the identifier annotated with the position where it is declared or used.
type info = string Pos.marked
val format_info : Format.formatter -> info -> unit