Remove trace_strong in compiler
This commit is contained in:
parent
567515a5ce
commit
cbf1680e36
@ -225,7 +225,6 @@ and translate_expression (expr:expression) (env:environment) : (michelson , stac
|
|||||||
| _ -> fail @@ corner_case ~loc:__LOC__ "expected function type"
|
| _ -> fail @@ corner_case ~loc:__LOC__ "expected function type"
|
||||||
)
|
)
|
||||||
| E_application (f , arg) -> (
|
| E_application (f , arg) -> (
|
||||||
trace_strong (corner_case ~loc:__LOC__ "Compiling quote application") @@
|
|
||||||
let%bind f = translate_expression f (Environment.add (Location.wrap @@ Var.fresh (), arg.type_expression) env) in
|
let%bind f = translate_expression f (Environment.add (Location.wrap @@ Var.fresh (), arg.type_expression) env) in
|
||||||
let%bind arg = translate_expression arg env in
|
let%bind arg = translate_expression arg env in
|
||||||
return @@ seq [
|
return @@ seq [
|
||||||
|
Loading…
Reference in New Issue
Block a user