We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604f4ac commit 4d48d3bCopy full SHA for 4d48d3b
src/dune_lang/encoder.mli
@@ -17,7 +17,9 @@ val field_o : string -> 'a t -> 'a option -> field
17
18
val field_b : string -> bool -> field
19
20
-(** Field with inlined list as value *)
+(** Field with inlined list as value
21
+
22
+ The field is left absent if the list is empty. *)
23
val field_l : string -> 'a t -> 'a list -> field
24
25
(** Same as [field_l] but to represent a single value *)
0 commit comments