unison/unison-cli/tests
Greg Pfeil b1cf12330a
Split TranscriptParser into three modules
- `Transcript` – the data model
- `Transcript.Parser` – the parser and printer
- `Transcript.Runner` – the runner

There is unfortunately still some printing tightly coupled to the
runner, but this makes it more obvious. Also, the runner is the only
component tied to the CLI.
2024-07-16 19:35:02 -06:00
..
Unison/Test Split TranscriptParser into three modules 2024-07-16 19:35:02 -06:00
Main.hs Clean up tests and transcripts 2024-05-28 10:16:43 -07:00