diff --git a/collects/typed/srfi/14.ss b/collects/typed/srfi/14.ss index 4c656e91..ae16cf68 100644 --- a/collects/typed/srfi/14.ss +++ b/collects/typed/srfi/14.ss @@ -3,6 +3,8 @@ (define-type-alias Cursor (Pair 0 (Listof (Pair Integer Integer)))) +(provide Char-Set Cursor) + (require/typed srfi/14 ;; Predicates & comparison