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

Assertion failure checking recursive module #7379

Closed
vicuna opened this issue Oct 3, 2016 · 1 comment
Closed

Assertion failure checking recursive module #7379

vicuna opened this issue Oct 3, 2016 · 1 comment
Assignees
Milestone

Comments

@vicuna
Copy link

vicuna commented Oct 3, 2016

Original bug ID: 7379
Reporter: @yallop
Assigned to: @garrigue
Status: closed (set by @garrigue on 2016-10-08T10:09:33Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 4.05.0 +dev/beta1/beta2/beta3/rc1
Target version: 4.05.0 +dev/beta1/beta2/beta3/rc1
Fixed in version: 4.04.0 +dev / +beta1 / +beta2
Category: typing
Tags: recmod
Duplicate of: #7324
Monitored by: @gasche

Bug description

On trunk (i.e. facfb642):

    OCaml version 4.05.0+dev0-2016-08-01

module rec F :

functor (X:sig type t end) -> sig type s = F(X).s end =
functor (X:sig type t end) -> struct type s = F(X).s end;;
Fatal error: exception File "typing/ctype.ml", line 1387, characters 10-16: Assertion failed

@vicuna
Copy link
Author

vicuna commented Oct 8, 2016

Comment author: @garrigue

Already resolved in 4.04, cf #7324.

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