Written by Yassine EL Ouafi

  1. September 18, 2020

    Take a simple FP language without polymorphism, just monomorphic types, functions and products. It’s well known that this language can be…

  2. December 15, 2018

    Some time ago, I wrote a tutorial about parser combinators. The tutorial shows ho we can, with a few primitive parsers (e.g. for text and…

  3. December 02, 2018

    OK, continuing my hack to make my focused lens library definetely typed. So far, I have type definitions for base typeclasses/interfaces…

  4. November 29, 2018

    This is the 4th post documenting my tentative to add typings to my focused lens library. So far, I have type definitions for base…

  5. November 24, 2018

    Last post I wrote about my first tentatives to add typings to my focused lens library. I explained the main issue was the lack of Higher…

  6. November 23, 2018

    I remember my first attempts to learn Optics started long time ago, I stopped on basic things due to the lack of good resources at the time…