| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.Codebase.Editor.HandleInput.Update2
Description
update input handler.
Synopsis
- handleUpdate2 :: Cli ()
- typecheckedUnisonFileToBranchUpdates :: (forall void. Output -> Transaction void) -> (Name -> Either Output (Maybe [Name])) -> TypecheckedUnisonFile Symbol Ann -> Transaction [(Path, Branch0 m -> Branch0 m)]
Documentation
handleUpdate2 :: Cli () Source #
Misc helpers to be organized later
typecheckedUnisonFileToBranchUpdates Source #
Arguments
| :: (forall void. Output -> Transaction void) | |
| -> (Name -> Either Output (Maybe [Name])) | Returns |
| -> TypecheckedUnisonFile Symbol Ann | |
| -> Transaction [(Path, Branch0 m -> Branch0 m)] |