#| -*-Scheme-*-
-$Id: optiondb.scm,v 1.2 1994/10/11 20:57:02 cph Exp $
+$Id: optiondb.scm,v 1.3 1995/05/03 07:34:40 cph Exp $
Copyright (c) 1994 Massachusetts Institute of Technology
(WT-TREE (RUNTIME WT-TREE) #F "wttree")
(SUBPROCESS (RUNTIME SUBPROCESS) (INITIALIZE-PACKAGE!) "process")
(STEPPER (RUNTIME STEPPER) #F "ystep")
+ (ORDERED-VECTOR (RUNTIME ORDERED-VECTOR) #F "ordvec")
))
(define-load-option 'DOSPROCESS
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.255 1995/04/24 23:22:30 adams Exp $
+$Id: runtime.pkg,v 14.256 1995/05/03 07:34:31 cph Exp $
Copyright (c) 1988-95 Massachusetts Institute of Technology
step-quit
step-run
step-until
- step-until-visibly))
\ No newline at end of file
+ step-until-visibly))
+
+(define-package (runtime ordered-vector)
+ (file-case options
+ ((load) "ordvec")
+ (else))
+ (parent ())
+ (export ()
+ match-ordered-subvector
+ match-ordered-vector
+ ordered-subvector-matches
+ ordered-subvector-minimum-match
+ ordered-vector-matches
+ ordered-vector-minimum-match
+ search-ordered-subvector
+ search-ordered-vector))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.255 1995/04/24 23:22:30 adams Exp $
+$Id: runtime.pkg,v 14.256 1995/05/03 07:34:31 cph Exp $
Copyright (c) 1988-95 Massachusetts Institute of Technology
step-quit
step-run
step-until
- step-until-visibly))
\ No newline at end of file
+ step-until-visibly))
+
+(define-package (runtime ordered-vector)
+ (file-case options
+ ((load) "ordvec")
+ (else))
+ (parent ())
+ (export ()
+ match-ordered-subvector
+ match-ordered-vector
+ ordered-subvector-matches
+ ordered-subvector-minimum-match
+ ordered-vector-matches
+ ordered-vector-minimum-match
+ search-ordered-subvector
+ search-ordered-vector))
\ No newline at end of file