From acaf5f0994ea30cba8dd4e59b30b4280b500a3af Mon Sep 17 00:00:00 2001 From: oflatt Date: Fri, 2 Feb 2024 08:04:22 -0800 Subject: [PATCH] move call up --- tree_inputs/src/schema.egg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tree_inputs/src/schema.egg b/tree_inputs/src/schema.egg index 6397550f9..a39602e6b 100644 --- a/tree_inputs/src/schema.egg +++ b/tree_inputs/src/schema.egg @@ -79,6 +79,9 @@ (function Get (Expr i64) Expr) ; read has a type, so it can't be a bop (function Read (Expr Type) Expr) +; name of func arg +(function Call (String Expr) Expr) + ; ================================= ; Tuple operations @@ -147,8 +150,6 @@ ; name input ty output ty output (function Function (String Type Type Expr) Expr) -; name of func arg -(function Call (String Expr) Expr) ; Rulesets