Original bug ID: 6578 Reporter:@garrigue Assigned to:@garrigue Status: closed (set by @xavierleroy on 2016-12-07T10:34:53Z) Resolution: fixed Priority: normal Severity: minor Version: 4.02.0 Target version: 4.02.1+dev Fixed in version: 4.02.1+dev Category: standard library Monitored by:@hcarty
Bug description
The following program causes a segmentation fault.
module M : sig val f : 'a -> 'a end
module rec R : sig module M = M end = struct module M = M end
The text was updated successfully, but these errors were encountered:
Original bug ID: 6578
Reporter: @garrigue
Assigned to: @garrigue
Status: closed (set by @xavierleroy on 2016-12-07T10:34:53Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 4.02.0
Target version: 4.02.1+dev
Fixed in version: 4.02.1+dev
Category: standard library
Monitored by: @hcarty
Bug description
The following program causes a segmentation fault.
module M : sig val f : 'a -> 'a end
module rec R : sig module M = M end = struct module M = M end
The text was updated successfully, but these errors were encountered: