hexresearch / hschain-utxo

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

Simple programm with id hangs #198

Closed anton-k closed 3 years ago

anton-k commented 3 years ago

This program hangs:

inferModule [utxoModule|
   x = id

  main = x
|]
anton-k commented 3 years ago

Fixed