chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #884: bug with define-type and modules


From: Chicken Trac
Subject: [Chicken-janitors] #884: bug with define-type and modules
Date: Fri, 06 Jul 2012 12:10:58 -0000

#884: bug with define-type and modules
---------------------+------------------------------------------------------
 Reporter:  megane   |       Owner:       
     Type:  defect   |      Status:  new  
 Priority:  major    |   Milestone:  4.9.0
Component:  unknown  |     Version:  4.7.x
 Keywords:  types    |  
---------------------+------------------------------------------------------
 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
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/884>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]