gracelang / minigrace

Self-hosting compiler for the Grace programming language
39 stars 22 forks source link

Type expression not recognized #242

Open apblack opened 7 years ago

apblack commented 7 years ago

A method header

method doubleAll(xs:List⟦Number|String⟧) → Done {

generates the syntax error

Syntax error: a type containing a '⟦' must end with a '⟧'.