You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your great work on Lustrec.
I met a problem during make Lustrec v1.7. The error message is like
"File "tools/zustre/zustre_cex.ml", line 61, characters 19-69:
61 | let id = Z.to_int (Z3.Arithmetic.Integer.get_big_int (List.hd args)) in
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type Big_int.big_int
but an expression was expected of type Z.t"
What can I do to resolve it?
Thank you!
The text was updated successfully, but these errors were encountered:
On 21 Oct 2022, at 03:15, kumori123 ***@***.***> wrote:
Hi, thank you for your great work on Lustrec.
I met a problem during make Lustrec v1.7. The error message is like
"File "tools/zustre/zustre_cex.ml", line 61, characters 19-69:
61 | let id = Z.to_int (Z3.Arithmetic.Integer.get_big_int (List.hd args)) in
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type Big_int.big_int
but an expression was expected of type Z.t"
What can I do to resolve it?
Thank you!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Hi, thank you for your great work on Lustrec.
I met a problem during make Lustrec v1.7. The error message is like
What can I do to resolve it?
Thank you!
The text was updated successfully, but these errors were encountered: