From 805426a440ec8da572a31c42e51d23a757b11af6 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Wed, 6 Aug 2025 16:56:18 +0200 Subject: 15_a_3: Add a comment --- ch15/15_a_3.hs | 3 +++ 1 file changed, 3 insertions(+) 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, -- cgit v1.2.3