mirror of
https://github.com/github/semantic.git
synced 2025-01-03 13:02:37 +03:00
Get the state in the general case.
This commit is contained in:
parent
47f3b61395
commit
f81de8d289
@ -28,4 +28,6 @@ diffAt :: (Integer, Integer) -> [Term String Info] -> [Term String Info] -> Stat
|
||||
diffAt _ [] [] = return []
|
||||
diffAt (i, j) [] bs = return $ (Pure . Insert) <$> bs
|
||||
diffAt (i, j) as [] = return $ (Pure . Delete) <$> as
|
||||
diffAt (i, j) as bs = _
|
||||
diffAt (i, j) as bs = do
|
||||
state <- get
|
||||
return _
|
||||
|
Loading…
Reference in New Issue
Block a user