sanitized requires and provides
This commit is contained in:
+3
-1
@@ -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 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
Reference in New Issue
Block a user