Open Icelandjack opened 1 year ago
Isn't substitute
a composition of abstract
and instantiate
?
--
EDIT: or alternatively is there much gained over just asking users to write as >>= \a -> ...
as a general way to substitute stuff. I haven't found substituting a single variable to be a common theme (compared to performing simultaneous subsitutions) when using bound. abstract1
is common, to build up lambda like terms, but these are instantiated much later.
Even that aside, what would it mean to not substitute a variable?
On Sat, Mar 18, 2023 at 2:17 PM Oleg Grenrus @.***> wrote:
Isn't substitute a composition of abstract and instantiate?
— Reply to this email directly, view it on GitHub https://github.com/ekmett/bound/issues/90#issuecomment-1474936985, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABBQSBS5Y3Y3CEDEMDHWLW4X35JANCNFSM6AAAAAAV7OF5ZA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Is there a use for this?