catala.catala_utils
Uid.Path
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
type t = Module.t list
val to_string : t -> string
val format : Format.formatter -> t -> unit
val equal : t -> t -> bool
val compare : t -> t -> int
val strip : t -> t -> t
strip pfx p removed pfx from the start of p. if p doesn't start with pfx, it is returned unchanged
strip pfx p
pfx
p
val last_member : t -> Module.t option