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

Commit ed23111

Browse files
committed
Completeness.
1 parent b19baf0 commit ed23111

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • semantic-analysis/src/Analysis/Syntax

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ pattern ACons'' a as = ACons' T.:$: T.Cons a (T.Cons as T.Nil)
133133
pattern Locate'' :: Span -> T.Term Python v -> T.Term Python v
134134
pattern Locate'' s t = Locate' s T.:$: T.Cons t T.Nil
135135

136+
{-# COMPLETE Noop'', Iff'', Bool'', String'', Throw'', Import'', Function'', Call'', Locate'' #-}
137+
136138

137139
-- Abstract interpretation
138140

0 commit comments

Comments
 (0)