compiliation allowed, typo
This commit is contained in:
parent
4111379982
commit
b09fbf8b38
|
@ -1,8 +1,9 @@
|
||||||
#lang racket
|
#lang racket
|
||||||
|
|
||||||
#|
|
;; This module describes the shared vocabulary and knowledge for the server
|
||||||
the shared vocabulary and knowledge of server and client
|
;; and client modules of the distributed Guess My Number game.
|
||||||
|
|
||||||
|
#|
|
||||||
Message Formats
|
Message Formats
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
|
@ -4,13 +4,11 @@
|
||||||
|
|
||||||
(define compile-omit-paths
|
(define compile-omit-paths
|
||||||
'(
|
'(
|
||||||
"10-12"
|
|
||||||
; "chapter2"
|
|
||||||
"chapter5/ufo-source.rkt"
|
"chapter5/ufo-source.rkt"
|
||||||
; "chapter6"
|
; "chapter6"
|
||||||
; "chapter8"
|
; "chapter8"
|
||||||
; "chapter10"
|
; "chapter10"
|
||||||
"chapter12"
|
; "chapter12"
|
||||||
; "chapter13"
|
; "chapter13"
|
||||||
; "chapter14"
|
; "chapter14"
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user