]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_types.ml
The order IS significative. Changing the order (in one of the last commits)
[helm.git] / helm / ocaml / getter / http_getter_types.ml
index bf584f6ce4432fd5cf05aef12b6389a657dc8e4b..ee13c6ec6944cb8c67bb6a10fe06f9be5bb09ac9 100644 (file)
@@ -35,7 +35,7 @@ exception Internal_error of string
 
 type encoding = Enc_normal | Enc_gzipped
 type answer_format = Fmt_text | Fmt_xml
-type ls_flag = Yes | No | Ann
+type ls_flag = No | Yes | Ann
 type ls_object =
   {
     uri: string;