24-days-of-purescript-2016 icon indicating copy to clipboard operation
24-days-of-purescript-2016 copied to clipboard

24 Days of PureScript, 2016

Results 2 24-days-of-purescript-2016 issues
Sort by recently updated
recently updated
newest added

Day 4 has a link to http://try.purescript.org/?gist=ec91ebe17ca510f1ca36c8a535b292ac but that generates ``` No type class instance was found for Control.Monad.Error.Class.MonadThrow String (App ( console :: CONSOLE | eff4 ) ) while...

I found this page from the documentation page, about Custom Type Errors: https://github.com/purescript/documentation/blob/master/guides/Custom-Type-Errors.md The example doesn't compile in the latest version. I didnt update the Gists. * I was wondering...