darcs patch: Fix concatenatedTimes in sequence.slate.
christophercyll at gmail.com
christophercyll at gmail.com
Fri Nov 18 18:43:13 PST 2005
Fri Nov 18 18:35:40 PST 2005 christophercyll at gmail.com
* Fix concatenatedTimes in sequence.slate.
Before: {4. 5. 6.} concatenatedTimes: 2. ===> {4. 5. 6. Nil. Nil. Nil}
After: {4. 5. 6.} concatenatedTimes: 2. ===> {4. 5. 6. 4. 5. 6}
I think this is the correct fix, but I'm very new to slate.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 121308 bytes
Desc: A darcs patch for your repository!
Url : /archives/slate/attachments/20051118/74b4abdd/attachment.bin
More information about the Slate
mailing list