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

Assert_failure("typing/typecore.ml", 264, 4) #6293

Closed
vicuna opened this issue Jan 10, 2014 · 2 comments
Closed

Assert_failure("typing/typecore.ml", 264, 4) #6293

vicuna opened this issue Jan 10, 2014 · 2 comments
Assignees

Comments

@vicuna
Copy link

vicuna commented Jan 10, 2014

Original bug ID: 6293
Reporter: elnatan
Assigned to: @gasche
Status: closed (set by @xavierleroy on 2015-12-11T18:27:38Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 4.01.0
Fixed in version: 4.02.0+dev
Category: typing

Bug description

Trying to compile the code below causes an assertion failure in typecore.ml, in both 4.00 and 4.01.

module type S = sig type t = { a : int; b : int; } end
let f (module M : S with type t = int) = { M.a = 0 };;

@vicuna
Copy link
Author

vicuna commented Jan 23, 2014

Comment author: @xclerc

Fails in 4.00 and 4.01 branches, but trunk (as of revision 14420) raises a proper error:
File "../pr6293.ml", line 2, characters 6-38:
Error: In this `with' constraint, the new definition of t
does not match its original definition in the constrained signature:
Type declarations do not match:
type t
is not included in
type t = { a : int; b : int; }
File "../pr6293.ml", line 1, characters 25-50: Expected declaration
File "../pr6293.ml", line 2, characters 6-38: Actual declaration
Their kinds differ.

@vicuna
Copy link
Author

vicuna commented May 22, 2014

Comment author: @gasche

This was fixed by Jacques Garrigue in trunk@14400 (January).

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

2 participants