macrotypes/tapl/tests/stlc-tests.rkt
Stephen Chang ee2789d777 add define-type-alias, changes:
- types must be expanded (with manual handling of #%app)
- type constructors must be prefix
- base types and constructors must be run time identifiers
2015-05-21 14:54:54 -04:00

4 lines
104 B
Racket

#lang s-exp "../stlc.rkt"
(require "rackunit-typechecking.rkt")
;; cannot have tests without base types