From fdb422e12121a627ea97a3de35fc893d0418cc7b Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Tue, 14 Apr 2009 14:33:58 +0000 Subject: [PATCH] forgot to add this svn: r14510 --- collects/teachpack/2htdp/batch-io.ss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 collects/teachpack/2htdp/batch-io.ss diff --git a/collects/teachpack/2htdp/batch-io.ss b/collects/teachpack/2htdp/batch-io.ss new file mode 100644 index 0000000000..0ed9818097 --- /dev/null +++ b/collects/teachpack/2htdp/batch-io.ss @@ -0,0 +1,3 @@ +#lang scheme +(require 2htdp/batch-io) +(provide (all-from-out 2htdp/batch-io))