1b23389ea44d — Chris Cannam 8 years ago
Part-way through a possible rejig. Not building.
1 files changed, 1 insertions(+), 1 deletions(-)

M UTF8.sig
M UTF8.sig +1 -1
@@ 1,7 1,7 @@ 
 
 signature UTF8 = sig
     type t
-             
+
     val foldl : (word * 'a -> 'a) -> 'a -> t -> 'a
     val concat : t list -> t
     val concatWith : t -> t list -> t