Hi, I know that there are names for specific funct...
# getting-started
a
Hi, I know that there are names for specific functions, like a function with an argument that returns a Boolean is a Predicate, but is there a name for a function that has an argument of type T and returns the same type ? Like this
typealias IDK<T> = (value: T) -> T
v
ThingDoer
🙂
👍 1
😆 2
n
l
A monad
🧌 3
y
@Ludovik b-but but it's not a monoid in the category of endofunctors!!!!!!!!!!!!!!!
v
Better Monad than Maenad
a
Thanks for the help everyone !