correct inconsequential code
parent
6586d1e8cf
commit
53b4fccfd9
@ -1,3 +1,3 @@
|
||||
#lang typed/racket/base
|
||||
#lang racket/base
|
||||
;; isolate typed requires in a helper file so the untyped versions can be substituted on the untyped side
|
||||
(require net/url)
|
@ -1,3 +1,3 @@
|
||||
#lang typed/racket/base
|
||||
#lang racket/base
|
||||
;; isolate typed requires in a helper file so the untyped versions can be substituted on the untyped side
|
||||
(require (only-in racket/list dropf dropf-right))
|
Loading…
Reference in New Issue