﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1383	Add unexport form for modules	evhan		"An ""unexport"" form for modules would be useful. For example, this would only export the identifier ""b"":

{{{
(module m1 *
  (import chicken scheme)
  (define a 1)
  (define b 2)
  (unexport a))
}}}


This idea came out of #1376 and [http://lists.nongnu.org/archive/html/chicken-hackers/2017-06/msg00012.html associated discussions] on the mailing list. This would be a counterpart to ""export"", used to adjust the export list of a module from within its body.

megane has posted a patch on [http://lists.nongnu.org/archive/html/chicken-hackers/2017-06/msg00027.html chicken-hackers], but it will need to be updated to apply to chicken-5."	enhancement	closed	minor	6.0.0	compiler	5.0.0	wontfix	modules		medium
