yav / url

A URL package for Haskell
http://www.haskell.org/haskellwiki/Url
MIT License
13 stars 6 forks source link

Url query params should be represented by a dedicated data type #6

Open thkoch2001 opened 6 years ago

thkoch2001 commented 6 years ago

e.g. https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

Currently they are represented by [(String, String)]