1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 02:14:20 +03:00

Re-indent the signature for assign.

This commit is contained in:
Rob Rix 2018-03-14 10:34:00 -04:00
parent 86626ca242
commit 25e95513ee

View File

@ -80,9 +80,9 @@ assign :: ( Ord (LocationFor value)
, MonadStore value m
, Reducer value (CellFor value)
)
=> Address (LocationFor value) value
-> value
-> m ()
=> Address (LocationFor value) value
-> value
-> m ()
assign address = modifyStore . storeInsert address