随笔分类 - PureScript
摘要:Pattern matching in functional programming languages is a way to break up expressions into individual cases. We are going to go through how to pattern
阅读全文
摘要:PureScript types are very extensive and we are going to experiment with type constructors and how to make then use them. We can define a custom data t
阅读全文
摘要:JavaScript does its error-checking at runtime, but PureScript has a compiler, which makes sure that your program has no errors before it converts it a
阅读全文