Turnstile renamed some modules and broke compatibility with <7.0, updating.
This commit is contained in:
parent
4a020aaf9c
commit
e5d376ab06
|
@ -8,8 +8,9 @@ env:
|
||||||
- PATH="$RACKET_DIR/bin:$PATH"
|
- PATH="$RACKET_DIR/bin:$PATH"
|
||||||
matrix:
|
matrix:
|
||||||
# RACKET_VERSION is an argument to install-racket.sh
|
# RACKET_VERSION is an argument to install-racket.sh
|
||||||
- RACKET_VERSION=6.8 COV=true
|
#- RACKET_VERSION=6.8 COV=true
|
||||||
- RACKET_VERSION=6.9 COV=true
|
#- RACKET_VERSION=6.9 COV=true
|
||||||
|
- RACKET_VERSION=7.0 COV=true
|
||||||
- RACKET_VERSION=RELEASE COV=true
|
- RACKET_VERSION=RELEASE COV=true
|
||||||
- RACKET_VERSION=HEAD COV=true
|
- RACKET_VERSION=HEAD COV=true
|
||||||
|
|
||||||
|
|
6
main.rkt
6
main.rkt
|
@ -7,7 +7,7 @@
|
||||||
(prefix-in host:
|
(prefix-in host:
|
||||||
(subtract-in (only-meta-in 1 turnstile/lang)
|
(subtract-in (only-meta-in 1 turnstile/lang)
|
||||||
(only-meta-in 0 turnstile/lang)))
|
(only-meta-in 0 turnstile/lang)))
|
||||||
turnstile/examples/mlish))
|
macrotypes/examples/mlish))
|
||||||
|
|
||||||
@section{Introduction}
|
@section{Introduction}
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@ implemented with @turnstile[], and provided as part of @turnstile[]'s suite of
|
||||||
examples.
|
examples.
|
||||||
|
|
||||||
@chunk[<*>
|
@chunk[<*>
|
||||||
(extends turnstile/examples/mlish)]
|
(extends macrotypes/examples/mlish)]
|
||||||
|
|
||||||
Since @racketmodname[turnstile/examples/mlish] provides some identifiers which
|
Since @racketmodname[macrotypes/examples/mlish] provides some identifiers which
|
||||||
conflict with some racket utilities, we import those with a prefix.
|
conflict with some racket utilities, we import those with a prefix.
|
||||||
|
|
||||||
@chunk[<*>
|
@chunk[<*>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user