style: shrink lines >80 characters

This commit is contained in:
wi11-holdsworth 2025-10-07 19:34:11 +11:00
parent 0ce98af868
commit 1d3b9b913d

View file

@ -62,7 +62,8 @@ import Data.Set qualified as Set
-- ==== DATA STRUCTURES ======================================================= -- ==== 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]] type GameState = [[Pitch]]