Hi,
When I define an exception in SATS file `exn.sats`, I need to compile it like `patscc *.dats exn.sats` to have the symbol defined. However, when I define a normal datatype in some sats file, I usually can compile it by indicating only those DATS files, like `patscc *.dats`. Why are they different?
Thanks,