Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 6dd5010

Browse files
committed
🔥 the orphan instances.
1 parent 9088708 commit 6dd5010

File tree

1 file changed

+0
-7
lines changed
  • semantic-python/src/Language/Python

1 file changed

+0
-7
lines changed

semantic-python/src/Language/Python/Core.hs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,3 @@ instance (GCompileSum l, GCompileSum r) => GCompileSum (l :+: r) where
120120

121121
instance Compile t => GCompileSum (M1 C c (M1 S s (K1 R t))) where
122122
gcompileSum (M1 (M1 (K1 t))) = compile t
123-
124-
125-
-- FIXME: depend on https://github.com/tree-sitter/haskell-tree-sitter/pull/90 so we can get rid of these orphan instances
126-
deriving instance Generic Py.CompoundStatement
127-
deriving instance Generic Py.Expression
128-
deriving instance Generic Py.PrimaryExpression
129-
deriving instance Generic Py.SimpleStatement

0 commit comments

Comments
 (0)