
- types must be expanded (with manual handling of #%app) - type constructors must be prefix - base types and constructors must be run time identifiers
4 lines
104 B
Racket
4 lines
104 B
Racket
#lang s-exp "../stlc.rkt"
|
|
(require "rackunit-typechecking.rkt")
|
|
|
|
;; cannot have tests without base types |