From 1d3b9b913d452e524358726675ab7a82b36dc5da Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:34:11 +1100 Subject: [PATCH] style: shrink lines >80 characters --- Proj2.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Proj2.hs b/Proj2.hs index 66657b2..b23a8f8 100644 --- a/Proj2.hs +++ b/Proj2.hs @@ -62,7 +62,8 @@ import Data.Set qualified as Set -- ==== DATA STRUCTURES ======================================================= --- contains possible guesses. a possible guess is consistent with all current -- and previous feedback given by the composer +-- contains possible guesses. a possible guess is consistent with all current +-- and previous feedback given by the composer -- type GameState = [[Pitch]]