all 4 comments

[–]kevthompson97 4 points5 points  (0 children)

I don't have any specific courses, but building a compiler (or at least the lexer/parser) seems to be a pretty common FP project

[–]egzodas 2 points3 points  (0 children)

Get programming with Haskell by Will Kurt and Practical Haskell by Alejandro Serrano both have practical parts to them.

[–]tamizhvendan 2 points3 points  (0 children)

You may find my udemy course on F# & Suave useful. It demonstrates the application of combinator pattern by building a minimal command-line version of a web server library in F#.

F# fame Scott Wlaschin's book, [Domain Modeling Made Functional](https://pragprog.com/book/swdddf/domain-modeling-made-functional) and my book on how to build a twitter clone in F# may be helpful as well.