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

Commit bfa326e

Browse files
committed
Get MAddrs' contents.
1 parent 847fe26 commit bfa326e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic-analysis/src/Analysis/Carrier/Store/Monovariant.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Control.Monad.Fail as Fail
3636
import Data.Map as Map
3737
import Data.Set as Set
3838

39-
newtype MAddr = MAddr Name
39+
newtype MAddr = MAddr { getMAddr :: Name }
4040
deriving (Eq, Ord, Show)
4141

4242
newtype MStore value = MStore { getMStore :: Map.Map MAddr (Set.Set value) }

0 commit comments

Comments
 (0)