hexresearch / hschain-utxo

UTXO-based contracts for hschain
0 stars 0 forks source link

Remove supercombinators #155

Closed Shimuuar closed 3 years ago

Shimuuar commented 3 years ago

This significantly simplify things since we don't need to treat top level lambdas specially. This simplify both evaluator and type checker. Recursion checks even become redundant.. Even compilation to core becomes simpler since we don't need to perform lambda lifting anymore