]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitadep.ml
ported to the new parser interface (Ulexing.lexbuf instead of char Stream.t)
[helm.git] / helm / matita / matitadep.ml
index 9fafa4907f3dd54f83c20777e69baf44363cc038..5a73c099bee3866cd1d8294c3a6e8e0e13c5c573 100644 (file)
@@ -74,7 +74,7 @@ let main () =
   List.iter
    (fun file -> 
     let ic = open_in file in
-    let istream = Stream.of_channel ic in
+    let istream = Ulexing.from_utf8_channel ic in
     let dependencies = GrafiteParser.parse_dependencies istream in
     close_in ic;
     List.iter