use VectorScannerSeq instead of ListScannerSeq in xml.ML
authorobua
Thu, 16 Feb 2006 23:40:32 +0100
changeset 19091 a6a15d3446ad
parent 19090 c442f3362f7a
child 19092 e32cf29f01fc
use VectorScannerSeq instead of ListScannerSeq in xml.ML
src/HOL/Import/xml.ML
--- a/src/HOL/Import/xml.ML	Thu Feb 16 23:31:32 2006 +0100
+++ b/src/HOL/Import/xml.ML	Thu Feb 16 23:40:32 2006 +0100
@@ -27,7 +27,7 @@
 structure XML :> XML =
 struct
 
-structure Seq = ListScannerSeq
+structure Seq = VectorScannerSeq
 structure Scan = Scanner (structure Seq = Seq)
 open Scan