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

Commit 5d40d0f

Browse files
committed
Export the constructors.
1 parent cdad4dc commit 5d40d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • semantic-analysis/src/Analysis/Syntax

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- | This belongs in @semantic-python@ instead of @semantic-analysis@, but for the sake of expedience…
44
module Analysis.Syntax.Python
55
( -- * Syntax
6-
Term
6+
Term(..)
77
-- * Abstract interpretation
88
, eval0
99
, eval

0 commit comments

Comments
 (0)