home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 605 b | 24 lines | [TEXT/CCL2] |
- ;;; -- compilation unit definition for type declaration analysis
- ;;;
- ;;; author : John
- ;;;
-
- (define-compilation-unit tdecl
- (source-filename "$Y2/tdecl/")
- (require global)
- (unit type-declaration-analysis
- (source-filename "type-declaration-analysis.scm"))
- (unit tdecl-utils
- (source-filename "tdecl-utils.scm"))
- (unit alg-syn
- (source-filename "alg-syn.scm"))
- (unit class
- (source-filename "class.scm"))
- (unit instance
- (source-filename "instance.scm"))
- (unit deriving
- (source-filename "deriving.scm"))
- (unit runtime-types
- (source-filename "runtime-types.scm")))
-
-