cur
cur copied to clipboard
Fixpoint functions
My understanding is that Coq's Fixpoint is just a complicated macro. This paper, http://www.chargueraud.org/research/2009/fixwf/fixwf.pdf, suggests is should be simple to implement.
See if we can implement this in Cur, in terms of eliminators.