usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
399 stars 77 forks source link

Function Definition documentation out-of-date #1769

Open jurgenvinju opened 1 year ago

jurgenvinju commented 1 year ago

Describe the bug

https://www.rascal-mpl.org/docs/Rascal/Declarations/Function/

This document:

I write it here so I will not forget about this.

toinehartman commented 2 months ago

Addition w.r.t. undocumented features; it also does not make any mention of when clauses. They are never mentioned in the documentation I believe - also not for switch cases.