Skip to content

Commit

Permalink
TP5: add TODO to improve for next year
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 5, 2024
1 parent 9326892 commit 22b230b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tps/TP5.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ data Repo = Repo {
instance ToJSON Repo -- Automatically generate a json->Repo parser
instance FromJSON Repo -- Automatically generate a Repo->json serializer

-- TODO smelc, ask to use the JSON functions in the repl

yourGitHubHandle :: BS.ByteString
yourGitHubHandle = "smelc" -- Put your GitHub handle here, for example mine is "smelc"

Expand Down

0 comments on commit 22b230b

Please sign in to comment.