| Paste number 70144: | library.dylan |
| Pasted by: | blink-left |
| When: | 3 years, 2 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+1I4G |
| Channel: | #dylan |
| Paste contents: |
module: dylan-user
define library norvig
use common-dylan;
use functional-dylan;
use system;
use io;
use collections;
use regular-expressions;
end;
define module norvig
use common-dylan,
exclude: { split }
use functional-dylan;
use file-system;
use streams;
use format-out;
use table-extensions;
use regular-expressions;
end;This paste has no annotations.