Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed May 17, 2024
1 parent d1b13c3 commit c01f512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/langs/explicit-substitution/exp/Exp.cic
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
datatype Exp {
Var(name: String): Exp
Fn(name: String, ret: Arg): Exp
Ap(target: Exp, arg: Arg): Exp
Fn(name: String, ret: Exp): Exp
Ap(target: Exp, arg: Exp): Exp
Let(bindings: List(Binding), body: Exp): Exp
}

Expand Down

0 comments on commit c01f512

Please sign in to comment.