mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Use GND for the PrimaryExpression instance.
This commit is contained in:
parent
34bf5ad033
commit
1506aed1a7
@ -304,7 +304,7 @@ instance Compile Py.ParenthesizedExpression
|
||||
instance Compile Py.PassStatement where
|
||||
compileCC it@Py.PassStatement {} _ = locate it $ Core.unit
|
||||
|
||||
deriving via CompileSum Py.PrimaryExpression instance Compile Py.PrimaryExpression
|
||||
deriving newtype instance Compile Py.PrimaryExpression
|
||||
|
||||
instance Compile Py.PrintStatement
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user