27 Apr 20:12
[chatter] r11783 - trunk/gwydion/d2c/runtime/dylan
From: <agent <at> mccarthy.opendylan.org>
Subject: [chatter] r11783 - trunk/gwydion/d2c/runtime/dylan
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-27 18:14:57 GMT
Subject: [chatter] r11783 - trunk/gwydion/d2c/runtime/dylan
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-27 18:14:57 GMT
Author: agent
Date: Sun Apr 27 20:14:57 2008
New Revision: 11783
Modified:
trunk/gwydion/d2c/runtime/dylan/limited-collection.dylan
Log:
Job: minor
Detabbed file.
Modified: trunk/gwydion/d2c/runtime/dylan/limited-collection.dylan
==============================================================================
--- trunk/gwydion/d2c/runtime/dylan/limited-collection.dylan (original)
+++ trunk/gwydion/d2c/runtime/dylan/limited-collection.dylan Sun Apr 27 20:14:57 2008
@@ -56,9 +56,9 @@
(type :: <limited-collection>, #rest supplied-keys, #key, #all-keys)
=> (instance :: <collection>)
apply(make-limited-collection,
- type.limited-type-base-class,
- type.limited-element-type,
- type, supplied-keys);
+ type.limited-type-base-class,
+ type.limited-element-type,
+ type, supplied-keys);
end method make;
// Note that we should specify tight return types on the individual methods,
@@ -152,11 +152,11 @@
let choice =
case
(Continue reading)
RSS Feed