Whitespace

This commit is contained in:
Jonathan Daugherty 2015-05-09 09:16:00 -07:00
parent 66fffdaaf3
commit d0d29e472d

View File

@ -30,7 +30,10 @@ handleEvent e st =
pickCursor :: St -> [CursorLocation] -> Maybe CursorLocation
pickCursor st ls =
listToMaybe $ filter (\cl -> cursorLocationName cl == (focusGetCurrent $ focus st)) ls
listToMaybe $ filter isCurrent ls
where
isCurrent cl = cursorLocationName cl ==
(focusGetCurrent $ focus st)
initialState :: St
initialState =