unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Codebase.Editor.HandleInput.Global

Synopsis

Documentation

forAllProjectBranches :: Monoid r => ((ProjectAndBranch ProjectName ProjectBranchName, ProjectAndBranch ProjectId ProjectBranchId) -> Branch IO -> Cli r) -> Cli r Source #

Map over ALL project branches in the codebase. This is a _very_ big hammer, that you should basically never use, except for things like debugging or migrations.