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

Add multi-component function evaluation

``
let f : R -> R*R, x -> (x, x+1);
f(3);         // computes (3, 4)
``
parent 1b101ddf
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