We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9326892 commit 22b230bCopy full SHA for 22b230b
tps/TP5.hs
@@ -67,6 +67,8 @@ data Repo = Repo {
67
instance ToJSON Repo -- Automatically generate a json->Repo parser
68
instance FromJSON Repo -- Automatically generate a Repo->json serializer
69
70
+-- TODO smelc, ask to use the JSON functions in the repl
71
+
72
yourGitHubHandle :: BS.ByteString
73
yourGitHubHandle = "smelc" -- Put your GitHub handle here, for example mine is "smelc"
74
0 commit comments