changed Display for Expr::function

This commit is contained in:
Moritz Gmeiner 2024-09-02 00:29:53 +02:00
commit 128c2771dc

View file

@ -231,7 +231,7 @@ impl Display for Expr {
write!(
f,
"(fun [{closure_fmt}] {name} ({}) {body})",
"(fun {name} [{closure_fmt}] ({}) {body})",
param_names.join(", ")
)
} else {