mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 17:10:22 +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
|