We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following session appears to diverge.
val it = ``:num``: hol_type > val num = numSyntax.num; val num = ``:num``: hol_type > val _ = Datatype`num = Foo ^num | Bar`;
This one, however, converges quickly:
> val num = numSyntax.num; val num = ``:num``: hol_type > val _ = Hol_datatype`num = Foo of ^num | Bar`; <<HOL message: Defined type: "num">>
Probably related to #257
The text was updated successfully, but these errors were encountered:
0ad7ad8
No branches or pull requests
The following session appears to diverge.
This one, however, converges quickly:
Probably related to #257
The text was updated successfully, but these errors were encountered: