Skip to content

Pointless functions

Brian Marick edited this page May 2, 2017 · 1 revision

Problem 1

> identity x = x 
<function> : a -> a

Problem 2

> always this = \ignore -> this
<function> : a -> b -> a

Clone this wiki locally