change type of SEARCH message to take a DFA, instead of a searchString
This commit is contained in:
@@ -1 +1,2 @@
|
||||
structure SearchMsg = struct type t = LineGap.t * string * Time.time end
|
||||
structure SearchMsg =
|
||||
struct type t = LineGap.t * int vector vector * Time.time end
|
||||
|
||||
Reference in New Issue
Block a user