mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
stray whitespace
This commit is contained in:
parent
de15e436d0
commit
4ab2d17b5e
@ -117,7 +117,6 @@ modifyHeap f = do
|
||||
s <- getHeap
|
||||
putHeap $! f s
|
||||
|
||||
|
||||
-- | Look up the cell for the given 'Address' in the 'Heap'.
|
||||
lookupHeap :: (MonadHeap value m, Ord (LocationFor value)) => Address (LocationFor value) value -> m (Maybe (CellFor value))
|
||||
lookupHeap = flip fmap getHeap . heapLookup
|
||||
|
Loading…
Reference in New Issue
Block a user