﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
884	bug with define-type and modules	megane		"Moving the define-type outside the modules makes the following work.

{{{
(module
 foo
 *
 (import chicken scheme)

 (define-type footype string)

 (the footype ""bar""))

; Error: invalid type specification: footype
}}}"	defect	closed	major	4.9.0	unknown	4.7.x	fixed	types		
