diff --git a/scheme/expect.scm b/scheme/expect.scm index f4dab9f..d770399 100644 --- a/scheme/expect.scm +++ b/scheme/expect.scm @@ -14,16 +14,8 @@ ;;; Interact ;;; - -nobuffer is useful for spotting stuff as it flies by. -;;; - It can handle matching in both directions. ;;; - It can handle strings and regexps. -;;; This file contains the following Scheme 48 modules: -;;; - expect-syntax-support -;;; This package must be opened in expect-package's FOR-SYNTAX package, -;;; so that the EXPECT macro-expander code can use its procedure. -;;; - expect-package -;;; This package must be opened by expect's clients. - ;;; A task is a guy with whom we can interact. (define-record-type task