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:
parent
86626ca242
commit
25e95513ee
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user