Mentions légales du service

Skip to content
Snippets Groups Projects
Commit da537659 authored by Valentin Blot's avatar Valentin Blot
Browse files

parsing error: function types associate to the right

parent 93fa2d5d
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@
type =
tabs
/
tapp:tapp {return tapp.reduce((ret, val) => new Type("app", ret, val))}
tapp:tapp {return tapp.reduceRight((ret, val) => new Type("app", val, ret))}
tabs =
[∀\\\^] tvar_list:tvar_list "." type:type
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment