Avro_compiler_lib.Util
val list_keep_some : 'a option list -> 'a list
Keep options
val map_opt : f:('a -> 'b) -> 'a option -> 'b option