original commit: 12785f6be7d738977e556ec413dcc69747b21123
This commit is contained in:
Matthew Flatt 2000-08-22 02:42:52 +00:00
parent a79decf25e
commit d8de91bc32
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,4 @@
(begin
(define w x)
(define z w))
(define y z)

View File

@ -200,6 +200,16 @@
(test 10 'include (invoke-unit/sig i2@))
;; Include with begin:
(test 5 'include-begin
(invoke-unit/sig
(unit/sig ()
(import)
(define x 5)
(include "binc.ss")
y)))
; Simple:
(define-signature m1^