mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
6 lines
155 B
OCaml
6 lines
155 B
OCaml
let format_program
|
|
(_fmt : Format.formatter)
|
|
(_p : Ast.program)
|
|
(_type_ordering : Scopelang.Dependency.TVertex.t list) : unit =
|
|
assert false
|