9e7c97637c
* Duplicate variants in the same type declaration * Duplicate parameter in the same function declaration * Shadowing of predefined value in a declaration I fixed the architecture for that support: ParserMain.ml is now where those specific errors are handled, and they are produced by the semantic actions of the parsers.
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
|
|
function chain_id (const tt : chain_id) : chain_id is
|
|
block {
|
|
var toto : chain_id := get_chain_id ;
|
|
} with ( toto ) |