retire the dark pattern
parent
e34d227e3f
commit
b76fa53bd4
@ -1,5 +1,3 @@
|
||||
#lang racket/base
|
||||
(require "racket.rkt")
|
||||
|
||||
(require "document.rkt")
|
||||
(provide (all-from-out "document.rkt"))
|
@ -1,34 +0,0 @@
|
||||
#lang racket/base
|
||||
(require (for-syntax racket/base br/syntax))
|
||||
(provide (for-syntax (all-from-out racket/base br/syntax)))
|
||||
(provide (all-from-out racket/base) r+p)
|
||||
|
||||
(define-syntax-rule (r+p id ...) (begin (require id ...) (provide (all-from-out id ...))))
|
||||
|
||||
(r+p "helper.rkt"
|
||||
"param.rkt"
|
||||
"struct.rkt"
|
||||
sugar/debug
|
||||
racket/class
|
||||
racket/file
|
||||
racket/match
|
||||
racket/string
|
||||
racket/format
|
||||
racket/contract
|
||||
racket/list
|
||||
racket/port
|
||||
racket/function
|
||||
br/define
|
||||
sugar/unstable/class
|
||||
sugar/unstable/js
|
||||
sugar/unstable/dict
|
||||
sugar/unstable/stub
|
||||
sugar/unstable/port
|
||||
sugar/unstable/contract
|
||||
describe)
|
||||
|
||||
(module reader syntax/module-reader
|
||||
#:language 'pitfall/racket
|
||||
#:read @-read
|
||||
#:read-syntax @-read-syntax
|
||||
(require (prefix-in @- scribble/reader)))
|
Loading…
Reference in New Issue