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

Problem with realisation in where type #148

Open
1 of 5 tasks
JohnReppy opened this issue Jul 16, 2022 · 0 comments
Open
1 of 5 tasks

Problem with realisation in where type #148

JohnReppy opened this issue Jul 16, 2022 · 0 comments
Assignees
Labels
bug Something isn't working compiler problem with compiler gforge bug (or feature request) ported from smlnj-gforge repository

Comments

@JohnReppy
Copy link
Contributor

Version

110.82

Operating System

  • All
  • Linux
  • macOS
  • Windows
  • Other Unix

OS Version

No response

Processor

Any

Component

Core system

Severity

Minor

Description of the problem

This bug was originally reported by Martin Elsman (bug number 1329 in the old bug list).

Transcript

Standard ML of New Jersey v110.82 [built: Sat Oct 14 13:08:58 2017]
- signature S = sig
=   datatype 'a t = A of 'a
= end where type 'a t = int;
signature S =
  sig
    datatype t = datatype int
  end

Expected Behavior

No response

Steps to Reproduce

signature S = sig
datatype 'a t = A of 'a
end where type 'a t = int

Additional Information

No response

Email address

No response

Comments from smlnj-gforge

Original smlnj-gforge bug number 211

Submitted on 2018-29-27 at 17:2900

Keywords: Elaboration

@JohnReppy JohnReppy added bug Something isn't working compiler problem with compiler gforge bug (or feature request) ported from smlnj-gforge repository labels Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler problem with compiler gforge bug (or feature request) ported from smlnj-gforge repository
Projects
None yet
Development

No branches or pull requests

2 participants