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

Commit 5b539e8

Browse files
committed
Add a FIXME re: the orphan instances.
1 parent 3728f06 commit 5b539e8

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ instance Compile t => GCompileSum (M1 C c (M1 S s (K1 R t))) where
7777
gcompileSum (M1 (M1 (K1 t))) = compile t
7878

7979

80+
-- FIXME: depend on https://github.com/tree-sitter/haskell-tree-sitter/pull/90 so we can get rid of these orphan instances
8081
deriving instance Generic Py.CompoundStatement
8182
deriving instance Generic Py.SimpleStatement
8283

0 commit comments

Comments
 (0)