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]]