Тёмный

04-09 Classes for Numbers (Introduction to Haskell) 

Well-Typed
Подписаться 1,8 тыс.
Просмотров 108
50% 1

We take a look at the different classes Haskell provides to deal with numbers and operations on numbers, most prominently the Num class. We also look at Integral and Fractional and a few others.
Course site with self-test questions: teaching.well-...

Опубликовано:

 

20 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@BenHutchison
@BenHutchison 9 дней назад
Hi Andres, one aspect I'm curious about is *adoption* of the Num typeclasses. What proportion of Haskell libraries are written in terms of abstracted Num types, vs just using concrete types like Int, Double etc? Would you nominate any "exemplary" examples of Haskell libraries written in terms of abstracted Num classes, that demonstrate best practices applied?
Далее
05-02 The IO Type (Introduction to Haskell)
23:02