mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-11 07:00:49 +03:00
parent
20965a0b0b
commit
2cface6f31
@ -334,7 +334,7 @@ var :: { LPName }
|
||||
| '(' op ')' { $2 }
|
||||
|
||||
apats :: { [Pattern PName] }
|
||||
: ipat { [$1] }
|
||||
: apat { [$1] }
|
||||
| apats1 apat { $2 : $1 }
|
||||
|
||||
apats1 :: { [Pattern PName] }
|
||||
|
Loading…
Reference in New Issue
Block a user