compatibility/racket/lib/collects/net/ftp-unit.rkt
Matthew Flatt 038f579b79 reorganize into core plus packages
The "racket" directory contains a pared-back version of the
repository, roughly.

The "pkgs" directory everything else in the repository, but
organized into packages.

original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
2013-06-19 09:01:37 -06:00

13 lines
194 B
Racket

#lang racket/base
;; Version 0.2
;; Version 0.1a
;; Micah Flatt
;; 06-06-2002
(require racket/unit
"ftp-sig.rkt" "ftp.rkt")
(define-unit-from-context ftp@ ftp^)
(provide ftp@)