Navigation Menu

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

Polymorphic field accessor functions don't always pretty-print properly #150

Closed
mn200 opened this issue Feb 17, 2014 · 0 comments
Closed

Comments

@mn200
Copy link
Member

mn200 commented Feb 17, 2014

The following

val _ = Hol_datatype`rcd = <| data : 'a list ; len : num |>`;
``rcd_data : 'b rcd -> 'b list``;

results in

val it = ``<thyname>$rcd_data``

being printed. If rcd_data has the 'a type, then it prints without the (unnecessary) theory-qualification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant