correct inconsequential code

pull/3/head
Matthew Butterick 9 years ago
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…
Cancel
Save