Skip to content

Commit 22b230b

Browse files
committed
TP5: add TODO to improve for next year
1 parent 9326892 commit 22b230b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tps/TP5.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ data Repo = Repo {
6767
instance ToJSON Repo -- Automatically generate a json->Repo parser
6868
instance FromJSON Repo -- Automatically generate a Repo->json serializer
6969

70+
-- TODO smelc, ask to use the JSON functions in the repl
71+
7072
yourGitHubHandle :: BS.ByteString
7173
yourGitHubHandle = "smelc" -- Put your GitHub handle here, for example mine is "smelc"
7274

0 commit comments

Comments
 (0)