﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
882	* export and macros not working	megane		"There still seems to be problems with the * export list:

{{{
(module foo
	*
	(import chicken scheme)
	(define-syntax baz
	  (lambda _
	    ''foo)))

(module bar
	*			; <- change to () and everything works
	(import chicken scheme)
	(import foo)
	(export baz))

(import bar)
(print (baz))

;; Warning: exported identifier of module `bar' has not been defined: baz

;; Error: module unresolved: bar
}}}"	defect	closed	minor	4.9.0	unknown	4.7.x	fixed			
