hexresearch / hschain-utxo

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

Remove PrimOps for high level lang #209

Closed anton-k closed 3 years ago

anton-k commented 3 years ago

I've noticed that we no longer need explicit constructors for high-level lang primops.

Otherwise we make redundant transformations.

Instead we can keep them as text all the way up to conversion to core. Also it simplifies prelude alot and code for inference.