beuke.org

A personal blog about computer science topics.

Category
Collection of Objects Linked by Arrows
Posted on Oct 2 2023 ~ 10 min read
#category theory  #haskell 
Natural Transformation
A Morphism of Functors
Posted on Sep 12 2023 ~ 5 min read
#category theory  #haskell 
Applicative
A Strong Lax Monoidal Functor
Posted on Sep 8 2023 ~ 8 min read
#category theory  #haskell 
Functor
A Homomorphism of Categories
Posted on Aug 30 2023 ~ 4 min read
#category theory  #haskell 
Semigroup
An Associative Magma
Posted on Aug 29 2023 ~ 3 min read
#category theory  #haskell  #abstract algebra 
Monads in Python
Functor, Applicative, Monads in Python
Posted on Oct 30 2022 ~ 7 min read
#haskell  #functional programming  #monads  #python 
Hom-Set
Sets of Morphisms
Posted on Jan 18 2020 ~ 5 min read
#category theory  #haskell 
Pure Imperative Haskell
Pure Imperative Code Examples in Haskell
Posted on Aug 27 2018 ~ 5 min read
#haskell  #functional programming  #imperative