mirror of
https://github.com/github/semantic.git
synced 2024-12-31 10:57:00 +03:00
Rename the LocatedValue eliminator.
This commit is contained in:
parent
c2f657202b
commit
fc262873f3
@ -18,7 +18,7 @@ instance Location location => Location (Located location) where
|
|||||||
type Cell (Located location) = Cell location
|
type Cell (Located location) = Cell location
|
||||||
|
|
||||||
|
|
||||||
newtype LocatedValue value = LocatedValue { getLocatedValue :: value }
|
newtype LocatedValue value = LocatedValue { unLocatedValue :: value }
|
||||||
deriving (Eq, Ord, Show)
|
deriving (Eq, Ord, Show)
|
||||||
|
|
||||||
instance AbstractValue (LocatedValue value) where
|
instance AbstractValue (LocatedValue value) where
|
||||||
|
Loading…
Reference in New Issue
Block a user