[plt-scheme] units and sigs and files

From: Neil W. Van Dyke (neil at neilvandyke.org)
Date: Thu Apr 10 15:28:40 EDT 2003

When writing MzScheme libraries, is there a way to get the goodness of
units and sigs without splitting the library into three separate files
(<m>.ss, <m>-unit.ss, and <m>-sig.ss)?

I've already converted some of my libraries from one-file-per-library to
one-collection-and-four-files-per-library.  But this kind of packaging
seems a little cumbersome and redundant for the usual case of libraries,
so I'm wondering if I'm missing a simplification.

-- 
                                             http://www.neilvandyke.org/


Posted on the users mailing list.