hexresearch / hschain-utxo

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

Remove functions to work with doubles from high-level lang prelude #82

Closed anton-k closed 4 years ago

anton-k commented 4 years ago

Remove functions to work with doubles from high-level lang prelude.

We have removed the Doubles from the lang but some functions are in the language like showDoubles. Also note strange errors on TemplateHaskell when we parse scripts with doubles. we need some better errors to notify user that doubles are not supported.