Slide 2
Slide 2 text
2/13/2019 Haskell with Stack
https://iot.rindus.de/~dawid/HaskellWithStack/?print-pdf 2/37
SCALA -> HASKELL SYNTAX
SCALA -> HASKELL SYNTAX
Following with the Types
val generateRequestUri : (String, String, String) => String =
(host: String, resource: String, id: String) => host +"/"+
resource + "/" + id