[plt-scheme] units and sigs and files

From: Paul Steckler (steck at ccs.neu.edu)
Date: Thu Apr 10 16:06:58 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)?

That division is not enforced, to my knowledge.

Although I haven't written new units code in some time,
I believe I have (gasp) placed all that stuff in one file
from time to time.

-- Paul



Posted on the users mailing list.