functional-programming icon indicating copy to clipboard operation
functional-programming copied to clipboard

Introduction to Functional Programming using TypeScript and fp-ts.

Results 18 functional-programming issues
Sort by recently updated
recently updated
newest added
trafficstars

I think there is a mistake in the introduction of `of` method. This is possibly a fix to that.

- Possible answer to Option Semigroup Monoid second quiz

- A possible answer to Pattern matching quiz question

Instead of > A function that returns errors or throws exceptions is an example of a partial function. Maybe we should remove the _returns error_ part: > A function that...

Minor spelling fixes

Looking at the sentence: > Please note that in order for f and g to combine, the domain of f has to be included in the codomain of g. Shouldn't...

Instead of sentence: > Given a type A, all endomorphisms defined on A are a monoid isn't it more correct to say: > Given a type A, all endomorphisms defined...

I understand this is a translation from another repo, but from the text I couldn't fully understand what code properties mean. We have below in the text: > In functional...

Or is there a gitbook but no link to it? Really great work though!

Can you add answers to the quiz questions that pop up throughout the file? For instance, I'm at this section "Order-derivable Semigroups" where there's this quiz question: `Quiz. Why is...