Skip to content
Snippets Groups Projects
Commit 710be22a authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix function declaration for more than 2 parameters

Actually in
``
let f: R*R*R -> R, (x,y,z) -> x+y+z;
``
the type of `z` was never set. Type definition was not defined on the right set.
This is fixed.
parent 83a9b2ea
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment