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

Commit 004e22f

Browse files
committed
newtype.
1 parent 4e07d54 commit 004e22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • semantic-analysis/src/Analysis/Carrier/Statement

semantic-analysis/src/Analysis/Carrier/Statement/State.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Data.Text (Text)
2424

2525
-- Messages
2626

27-
data Message
27+
newtype Message
2828
= Import (NonEmpty Text)
2929
deriving (Eq, Ord, Show)
3030

0 commit comments

Comments
 (0)