From 909092f41e5c1d73834f07c9c300c08ff4c63ca9 Mon Sep 17 00:00:00 2001 From: Jack Firth Date: Mon, 28 Mar 2022 15:52:58 -0700 Subject: [PATCH] Use racket modules instead of scheme modules Also remove some unnecessary imports. --- yaragg-parser-tools.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yaragg-parser-tools.scrbl b/yaragg-parser-tools.scrbl index 1beb411..ff3a13b 100644 --- a/yaragg-parser-tools.scrbl +++ b/yaragg-parser-tools.scrbl @@ -1,7 +1,7 @@ #lang scribble/doc -@(require scribble/manual scribble/struct scribble/xref scribble/bnf - (for-label scheme/base - scheme/contract +@(require scribble/manual + (for-label racket/base + racket/contract yaragg/parser-tools/lex (prefix-in : yaragg/parser-tools/lex-sre) yaragg/parser-tools/yacc