mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
dedent deriving
This commit is contained in:
parent
96f7b65775
commit
fbdef618ec
@ -47,7 +47,7 @@ data ValueRef value where
|
||||
Rval :: value -> ValueRef value
|
||||
LvalLocal :: Name -> ValueRef value
|
||||
LvalMember :: value -> Name -> ValueRef value
|
||||
deriving (Eq, Ord, Show)
|
||||
deriving (Eq, Ord, Show)
|
||||
|
||||
-- Effects
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user