mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
cleanup
This commit is contained in:
parent
71ebd3a2c7
commit
c711b0b1d7
Binary file not shown.
@ -742,7 +742,6 @@ and translate_expr (ctx : context) (vc : typed expr) : context * Expr.expr =
|
||||
| EArray _ -> failwith "[Z3 encoding] EArray unsupported"
|
||||
| ELit l -> ctx, translate_lit ctx l
|
||||
| EAbs _ -> failwith "[Z3 encoding] EAbs unsupported"
|
||||
| EApp { f = head; args = [] } -> failwith "[Z3 encoding] let in"
|
||||
| EApp { f = head; args } -> (
|
||||
match Marked.unmark head with
|
||||
| EOp { op; _ } -> translate_op ctx op args
|
||||
|
Loading…
Reference in New Issue
Block a user