compatibility/collects/net/qp-sig.ss
Matthew Flatt 081dcf5c51 change scheme/unit and scheme/signature #langs to build on scheme/base
svn: r7792

original commit: 5b0a0be3d65f5a8deb871a43e077665377067aa9
2007-11-20 23:44:31 +00:00

13 lines
266 B
Scheme

#lang scheme/signature
;; -- exceptions raised --
(struct qp-error () #:omit-constructor)
(struct qp-wrong-input () #:omit-constructor)
(struct qp-wrong-line-size (size) #:omit-constructor)
;; -- qp methods --
qp-encode
qp-decode
qp-encode-stream
qp-decode-stream