Differences From Artifact [0d687b04437e837f]:
- File
polemy/_common.d
- 2010-11-09 06:22:01 - part of checkin [50811398367b] on branch trunk - removed BOM from the source file (fxxk poseidon!!!) (user: kinaba) [annotate]
To Artifact [7abcb8181e6c0ff0]:
- File
polemy/_common.d
- 2010-11-13 12:16:47 - part of checkin [5afe8e3f26] on branch trunk - Memoization on non "@v" layer. Now simplest metalevel computation works!! Also, added -l option. (user: kinaba) [annotate]
9 9 public import std.range;
10 10 public import std.algorithm;
11 11 public import std.conv : to;
12 12 public import std.bigint;
13 13 public import std.exception;
14 14 public import tricks.tricks;
15 15 public import tricks.test;
16 +public import std.stdio : writeln; // for debugging...