Changes between Initial Version and Version 2 of Ticket #1214


Ignore:
Timestamp:
09/29/15 22:08:13 (9 years ago)
Author:
evhan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1214

    • Property Owner set to evhan
    • Property Status changed from new to assigned
  • Ticket #1214 – Description

    initial v2  
    1111
    1212{{{
    13 (define-specialization (foo (x fixnum))
    14   'fixnum)
     13(define-specialization (foo (x number))
     14  'number)
    1515}}}
    1616