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:
Travis Staton 2024-02-01 15:53:51 -05:00 committed by GitHub
parent 4af93e9ec0
commit 3a6ac9be61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,7 +207,7 @@ saveTuf getConstructors tuf = do
typecheckedUnisonFileToBranchUpdates ::
(forall void. Output -> Transaction void) ->
-- | 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.
(Name -> Either Output (Maybe [Name])) ->
TypecheckedUnisonFile Symbol Ann ->