pedagand / numerical-representations

0 stars 2 forks source link

Operations over Binary random access lists #4

Open mmontin opened 2 years ago

mmontin commented 2 years ago

This PR proposes an implementations for the primitives on binary random access lists. It includes the following changes:

mmontin commented 1 year ago

Thanks for these comments @pedagand Do I have the right interpretation for the primitives I mentioned, namely front, rear and snoc ?

pedagand commented 1 year ago

I think so, yes.

mmontin commented 1 year ago

Thanks, I will fill these blanks and come up with less nasty implementations.