1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Rename the LocatedValue eliminator.

This commit is contained in:
Rob Rix 2018-03-29 09:56:50 -04:00
parent c2f657202b
commit fc262873f3

View File

@ -18,7 +18,7 @@ instance Location location => Location (Located location) where
type Cell (Located location) = Cell location
newtype LocatedValue value = LocatedValue { getLocatedValue :: value }
newtype LocatedValue value = LocatedValue { unLocatedValue :: value }
deriving (Eq, Ord, Show)
instance AbstractValue (LocatedValue value) where