hexresearch / hschain-utxo

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

Fixes monomorphic operators for repl #188

Closed anton-k closed 3 years ago

anton-k commented 3 years ago

So far it fixes only monomorphic operators. For polymorphic cases need to investigate further how to better convert poly-funs to mono-variants.

Also adds test-cases for repl that are easy to extend.