catala.catala_utils
Uid.Gen
Shortcut for creating a kind of uids over marked strings
api_web
catala.clerk_driver
catala.clerk_lib
catala.dcalc
catala.desugared
catala.driver
catala.lcalc
catala.literate
catala.plugins
catala.runtime_jsoo
catala.runtime_ocaml
catala.scalc
catala.scopelang
catala.shared_ast
catala.surface
catala.verification
explain
json_schema
lazy_interpreter
python
module _ : Style
type t
type info = MarkedString.info
val fresh : info -> t
val get_info : t -> info
val map_info : (info -> info) -> t -> t
val compare : t -> t -> int
val equal : t -> t -> bool
val format : Format.formatter -> t -> unit
val to_string : t -> string
val id : t -> int
Returns the unique ID of the identifier
val hash : t -> Hash.t
While id returns a unique ID valable for a given Uid instance within a given run of catala, this is a raw hash of the identifier string. Therefore, it may collide within a given program, but remains meaninful across separate compilations.
id
module Set : Set.S with type elt = t
module Map : Map.S with type key = t