fix explanation of stlc bug #2
This commit is contained in:
parent
c67f5f753c
commit
41e0156d8b
|
@ -1,7 +1,7 @@
|
||||||
3c3
|
3c3
|
||||||
< (define the-error "no error")
|
< (define the-error "no error")
|
||||||
---
|
---
|
||||||
> (define the-error "the ((cons number) v) value has been omitted")
|
> (define the-error "the ((cons v) v) value has been omitted")
|
||||||
33d32
|
33d32
|
||||||
< ((cons v) v)
|
< ((cons v) v)
|
||||||
270a270,273
|
270a270,273
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
|
|
||||||
(define the-error "the ((cons number) v) value has been omitted")
|
(define the-error "the ((cons v) v) value has been omitted")
|
||||||
|
|
||||||
(require redex/reduction-semantics
|
(require redex/reduction-semantics
|
||||||
(only-in redex/private/generate-term pick-an-index)
|
(only-in redex/private/generate-term pick-an-index)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user