hexresearch / hschain-utxo

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

Wrong execution for boolean && || #205

Closed anton-k closed 3 years ago

anton-k commented 3 years ago

In the repl we get:

 > True && False
:-1:-1: Type mismatch got 'a -> b' expected 'Bool'

Same for ||

anton-k commented 3 years ago

Fixed