24-days-of-purescript-2016
24-days-of-purescript-2016 copied to clipboard
Update 21.markdown
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 is there a better place to put an updated example?
-
I found out about Fail by looking at Warn, which I found out about by looking at "Debug" module and wondering how the DebugWarning worked in:
spy :: forall a. DebugWarning => String -> a -> a
-
Is there some up to date information about using
Debug
package?