]> gitweb.factorcode.org Git - factor.git/commitdiff
suffix-arrays: remove docs of removed private word.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 15 Apr 2016 23:02:11 +0000 (16:02 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 15 Apr 2016 23:02:27 +0000 (16:02 -0700)
basis/suffix-arrays/suffix-arrays-docs.factor

index 75f963387bd2e1e2a261058327be1a0401d648af..48cd5d42e23fd31bd039be55e8b7e829fc7118cc 100644 (file)
@@ -19,13 +19,6 @@ HELP: suffixes
      { "suffixes-seq" "a sequence of slices" } }
 { $description "Returns a sequence of tail slices of the input string." } ;
 
-HELP: from-to
-{ $values
-     { "index" integer } { "begin" sequence } { "suffix-array" "a suffix-array" }
-     { "from/f" "an integer or f" } { "to/f" "an integer or f" } }
-{ $description "Finds the bounds of the suffix array that match the input sequence. A return value of " { $link f } " means that the endpoint is included." }
-{ $notes "Slices are [m,n) and we want (m,n) so we increment." } ;
-
 HELP: query
 { $values
      { "begin" sequence } { "suffix-array" "a suffix-array" }