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

Commit b02b9be

Browse files
committed
Instances.
1 parent 5d40d0f commit b02b9be

File tree

1 file changed

+1
-0
lines changed
  • semantic-analysis/src/Analysis/Syntax

1 file changed

+1
-0
lines changed

semantic-analysis/src/Analysis/Syntax/Python.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ data Term
3636
| Statement (Py.Statement Py.SrcSpan)
3737
| Expr (Py.Expr Py.SrcSpan)
3838
| Argument (Py.Argument Py.SrcSpan)
39+
deriving (Eq, Ord, Show)
3940

4041

4142
-- Abstract interpretation

0 commit comments

Comments
 (0)