theam / aws-lambda-haskell-runtime

⚡Haskell runtime for AWS Lambda
https://theam.github.io/aws-lambda-haskell-runtime/
Other
270 stars 48 forks source link

Replace throw for print #45

Closed NickSeagull closed 5 years ago

NickSeagull commented 5 years ago

Throw implies that we get an exception in Haskell land, it is something that gets printed.

Thanks @mbj !