Next Level MTL - George Wilson - BFPG 2016-06

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 8

  • @malkdk
    @malkdk 8 лет назад +3

    Wonderful! This was just what I needed to make the structure of my program more rigid.

  • @johnwalker7422
    @johnwalker7422 6 лет назад +5

    Is this the same / similar / related to tagless final? What are your thoughts on this approach vs freerer monads such as Freer-Simple?

    • @АнимусАнанимус
      @АнимусАнанимус 4 года назад +2

      If i understand correctly (from the Pawel Shultz presentation about MTL and final tagless) - this IS a final tagless approach.
      And MTL is a successfull part of final tagless approach too.
      But i'm joining to your question 🤔
      (oh, just noticed that it was 3 years ago... He wont answer 😅)

  • @solid8403
    @solid8403 4 года назад +1

    Having to bring in Lenses and prisms ... aren't things getting too complex just to load from db then send to network.

  • @haskelltype4627
    @haskelltype4627 6 лет назад +2

    So is this a design pattern?

    • @malkdk
      @malkdk 5 лет назад

      You can certainly call it that if you want. I’m not sure whether it’s helpful or not though.