sanitized requires and provides

This commit is contained in:
2026-05-11 01:14:47 +02:00
parent 3a92a6552d
commit 76a5c03c81
2 changed files with 3 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
#lang racket/base #lang racket/base
(require "main.rkt") (require "main.rkt"
racket/contract)
(provide define/contract/return (provide define/contract/return
(all-from-out racket/contract) (all-from-out racket/contract)
@@ -50,3 +51,4 @@
) )
) )
) )
-4
View File
@@ -1,11 +1,7 @@
#lang racket/base #lang racket/base
(require racket/contract)
(provide define/return (provide define/return
define/contract/return
return return
(all-from-out racket/contract)
) )
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;