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

Fix return type handling for vector functions

Now, one can write for instance
``
let f : R->R^3, x -> (x, 2.3, -x+2);

R^3 x = f(0.3);
R^3 y = 2*f(1.2) + x + 3*f(-1.4);
``
parent bc6a2d3c
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 register or to comment