Skip to content

Add support for functions of embedded data types

Stéphane Del Pino requested to merge feature/functions-of-embedded-data into develop

This allows to write functions such as

let f: Vh*Vh -> Vh, (x,y) -> 2*x+y;

Merge request reports