mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 11:15:08 +03:00
Update unison-cli/src/Unison/Codebase/Editor/HandleInput/Update2.hs
Co-authored-by: Arya Irani <538571+aryairani@users.noreply.github.com>
This commit is contained in:
parent
4af93e9ec0
commit
3a6ac9be61
@ -207,7 +207,7 @@ saveTuf getConstructors tuf = do
|
|||||||
typecheckedUnisonFileToBranchUpdates ::
|
typecheckedUnisonFileToBranchUpdates ::
|
||||||
(forall void. Output -> Transaction void) ->
|
(forall void. Output -> Transaction void) ->
|
||||||
-- | Returns 'Nothing' if the decl isn't in namesExcludingLibdeps,
|
-- | Returns 'Nothing' if the decl isn't in namesExcludingLibdeps,
|
||||||
-- in which case we know the decl in new and do not need to generate
|
-- in which case we know the decl is new and do not need to generate
|
||||||
-- delete actions for it.
|
-- delete actions for it.
|
||||||
(Name -> Either Output (Maybe [Name])) ->
|
(Name -> Either Output (Maybe [Name])) ->
|
||||||
TypecheckedUnisonFile Symbol Ann ->
|
TypecheckedUnisonFile Symbol Ann ->
|
||||||
|
Loading…
Reference in New Issue
Block a user