changed x-lens to _x-lens and cabal-info
This commit is contained in:
@ -26,8 +26,8 @@ data Env = Env
|
||||
--Mutable State
|
||||
|
||||
data Position = Position
|
||||
{ _x :: !Double
|
||||
, _y :: !Double
|
||||
{ __x :: !Double
|
||||
, __y :: !Double
|
||||
}
|
||||
|
||||
data WindowState = WindowState
|
||||
|
Reference in New Issue
Block a user