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:
commit
feca55db72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user