Jonathan Graveline pushed to branch graveline at Stefan / Typer
Commits: bd3aa605 by Jonathan Graveline at 2018-05-31T18:57:59Z Added Parser_default - - - - -
1 changed file:
- samples/do.typer
Changes:
===================================== samples/do.typer ===================================== --- a/samples/do.typer +++ b/samples/do.typer @@ -64,7 +64,7 @@ get-decl args = let
(lambda _ _ -> cons Sexp_error nil) err err err err
- (lambda l -> l); + (lambda l -> Parser_default l);
in node;
View it on GitLab: https://gitlab.com/monnier/typer/commit/bd3aa6056a97e7a738cddb29c86aaf4663a3...