4 lines
78 B
OCaml
Raw Normal View History

type error =
| WrongFunctionArguments of AST.expr
exception Error of error