1
1
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:
Rob Rix 2019-10-08 15:44:19 -04:00
parent 34bf5ad033
commit 1506aed1a7
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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