Skip to content
New issue

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

Datatype diverges #258

Closed
xrchz opened this issue May 25, 2015 · 0 comments
Closed

Datatype diverges #258

xrchz opened this issue May 25, 2015 · 0 comments
Labels

Comments

@xrchz
Copy link
Member

xrchz commented May 25, 2015

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

@xrchz xrchz added the Bug label May 25, 2015
@mn200 mn200 closed this as completed in 0ad7ad8 May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant