From: malc Date: Sat, 1 Jun 2013 20:02:19 +0000 (+0400) Subject: Whoops (as expected/predicted) X-Git-Tag: v16~25 X-Git-Url: https://repo.or.cz/w/llpp.git/commitdiff_plain/55711af8683f1dc421c0b0e92850e412553d33ca Whoops (as expected/predicted) --- diff --git a/main.ml b/main.ml index 3b08474..754fdec 100644 --- a/main.ml +++ b/main.ml @@ -1104,7 +1104,7 @@ end);; module MTE = TextEnumMake (struct type t = mark;; let name = "mark";; - let names = [|"word"; "line"; "block"; "page"|];; + let names = [|"page"; "block"; "line"; "word"|];; end);; module FMTE = TextEnumMake (struct