hexresearch / hschain-utxo

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

Last run-time error sticks in the interpreter and gets repeated #202

Closed anton-k closed 3 years ago

anton-k commented 3 years ago

in repl:

> q = [] :: [Int]
 > :t q
[Int]
 > q
:-1:-1: Failed to find monomorphic type for Type variable encountered
 > 2 + 3
:-1:-1: Failed to find monomorphic type for Type variable encountered
 >