]> matita.cs.unibo.it Git - helm.git/commitdiff
The order IS significative. Changing the order (in one of the last commits)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 18 Feb 2004 15:41:35 +0000 (15:41 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 18 Feb 2004 15:41:35 +0000 (15:41 +0000)
broke the ls method.

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;