Change '=' to '::=' in GuardedDef
This commit is contained in:
parent
7623cc2f35
commit
47d027c73f
@ -106,7 +106,7 @@ FunDecl ::= Id ':' Type // Type signature
|
|||||||
| Id Args [':' Type] '=' Block(Stmt) // Definition
|
| Id Args [':' Type] '=' Block(Stmt) // Definition
|
||||||
| Id Args [':' Type] Block(GuardedDef) // Guarded definitions
|
| Id Args [':' Type] Block(GuardedDef) // Guarded definitions
|
||||||
|
|
||||||
GuardedDef = '|' Sep1(Expr, ',') '=' Block(Stmt)
|
GuardedDef ::= '|' Sep1(Expr, ',') '=' Block(Stmt)
|
||||||
|
|
||||||
PragmaOp ::= '<' | '=<' | '==' | '>=' | '>'
|
PragmaOp ::= '<' | '=<' | '==' | '>=' | '>'
|
||||||
Version ::= Sep1(Int, '.')
|
Version ::= Sep1(Int, '.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user