Skip to content
Snippets Groups Projects
Select Git revision
13 results Searching

pugs

Stéphane Del Pino's avatar
Stéphane Del Pino authored
The function symbol is now marked as initialized after checking that
the expression terms are all initialized.

Thus, now, the expression
```
let f: N->N, n -> f(2*n);
```
produced the expected error: "error: uninitialized symbol 'f'"
5dcf95a2
History
Name Last commit Last update