diff options
Diffstat (limited to 'ch15')
| -rw-r--r-- | ch15/15_a_3.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ch15/15_a_3.hs b/ch15/15_a_3.hs index 951a7e4..ddabc17 100644 --- a/ch15/15_a_3.hs +++ b/ch15/15_a_3.hs @@ -6,6 +6,9 @@ -- I will use Map String [String] where the values are lists of values for a -- urlencoded-key. Empty list indicates no values for the key. +-- For simplicity, I will not handle the encoding of spaces, reserved +-- characters, and non-ASCII characters in the urlencoded string. + {-- From examples/examples/ch10/Parse.hs and modified: -- removed unused code, -- made Parse an instance of Applicative, |
