unison/codebase2/codebase
Greg Pfeil b8f1ed988a
Run Ormolu over the entire codebase
With #5142, Ormolu was upgraded from 0.5.2.0 to 0.7.2.0. This formats
the codebase to avoid spurious formatting comingled in other commits.

Almost all of the changes are simply wrapping single constraints in parens, like
```diff
-hashBranch :: forall m. Monad m => Branch m -> m BranchHash
+hashBranch :: forall m. (Monad m) => Branch m -> m BranchHash
```

There is also some reordering of language pragmas and imports,
indentation correction (some of which gets precedence wrong), and switching
some Haddock from `-- ^` to `-- |` .
2024-07-18 17:48:40 -06:00
..
U/Codebase Run Ormolu over the entire codebase 2024-07-18 17:48:40 -06:00
package.yaml separate importing code from loading branches 2024-05-09 09:57:17 -04:00
unison-codebase.cabal separate importing code from loading branches 2024-05-09 09:57:17 -04:00