Summary

functor generated modules don't compile

Metadata

Description

A module defined with (module mod = (funct arg)) where (module arg (exports) body) and (functor (funct (param (fexports))) fbody) won't compile with csc -s mod -J since mod.import.scm contains a line referring to param instead of arg.

Changes and comments

[2014-10-19 15:40:42 UTC] sjamaan changed status from new to closed

[2014-10-19 15:40:42 UTC] sjamaan set resolution to fixed

[2014-10-19 15:40:42 UTC] sjamaan wrote:

Fixed in 4e3d990030e490bb8fb489e731b2f9c5e23eaded and 9808ec07e10b7a48f685ac09d27bf22ae5abbcd3. Thakns for reporting this, Juergen!