1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-23 03:44:45 +03:00

Merge branch 'master' of gitlab.com:qfpl/applied-fp-course

This commit is contained in:
Sean Chalmers 2017-10-04 11:15:19 +10:00
commit feca55db72

View File

@ -25,7 +25,7 @@ import Data.Text (Text)
-- To that end, we will create the following constructors for our RqType:
-- AddRq : Which needs to the target topic, and the body of the comment.
-- AddRq : Which needs the target topic, and the body of the comment.
-- ViewRq : Which needs the topic being requested.
-- ListRq : Which doesn't need anything and lists all of the current topics.
data RqType = RqType