egraphs-good / eggcc

MIT License
51 stars 11 forks source link

Add tuple-remove-fst, DoWhile-output , DoWhile-output-ith. #373

Closed clyben closed 8 months ago

clyben commented 8 months ago

tuple-remove-fst take a tuple and return a tuple that the first Non-Tuple(TNil) typed term is removed. DoWhile-output give the output tuple of a loop, which is the body with pred removed. DoWhile-output-ith give the ith-output of a loop.

clyben commented 8 months ago

Actually I think I don't need tuple-remove-fst for now. Shall I close it?

oflatt commented 8 months ago

sure