[Git][monnier/typer][master] 2 commits: * lexp.ml (lexp): Typo
Stefan pushed to branch master at Stefan / Typer Commits: 25bb77ab by Stefan Monnier at 2019-09-26T20:51:26Z * lexp.ml (lexp): Typo - - - - - 5c7f8365 by Stefan Monnier at 2019-09-26T20:52:00Z Merge remote-tracking branch 'refs/remotes/gitlab/master' into trunk - - - - - 1 changed file: - src/lexp.ml Changes: ===================================== src/lexp.ml ===================================== @@ -69,7 +69,7 @@ type ltype = lexp | Susp of lexp * subst (* Lazy explicit substitution: e[σ]. *) (* This "Let" allows recursion. *) | Let of U.location * (vname * lexp * ltype) list * lexp - | Arrow of arg_kind * vname * ltype * U.location * lexp + | Arrow of arg_kind * vname * ltype * U.location * ltype | Lambda of arg_kind * vname * ltype * lexp | Call of lexp * (arg_kind * lexp) list (* Curried call. *) | Inductive of U.location * label View it on GitLab: https://gitlab.com/monnier/typer/compare/cf67844d6bda8effdde3e31e08b5cd73967... -- View it on GitLab: https://gitlab.com/monnier/typer/compare/cf67844d6bda8effdde3e31e08b5cd73967... You're receiving this email because of your account on gitlab.com.
Afficher les réponses par date
participants (1)
-
Stefan