Posts tagged "haskell":
Functors, Applicatives and Monads
23 Aug 2025
In haskell, functors are basically type constructors that define the fmap
function, i.e.,
they take a type t
and wrap them in their own type which is constructed by passing t
to
the type constructor.
Haskell notes
09 Dec 2024
The above was just a test for seeing if org-babel works.
(...)