Skip to content

Commit

Permalink
move call up
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Feb 2, 2024
1 parent 7a70012 commit acaf5f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tree_inputs/src/schema.egg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit acaf5f0

Please sign in to comment.