input-output-hk / ouroboros-high-assurance

High-assurance implementation of the Ouroboros protocol family
Apache License 2.0
1 stars 1 forks source link

Fix the typing of the `_Await` syntax constant #83

Closed jeltsch closed 11 months ago

jeltsch commented 11 months ago

Currently, the type of the _Await syntax constant states that Await works with program continuations, when in fact it works with program option continuations. Apparently, this mismatch isn’t spotted by Isabelle, and it also doesn’t seem to cause problems. We shall fix the type of _Await nevertheless. We shall also change the identifier used for the final term in the syntax translation accordingly.