Module Signatures.PLUGIN.List


module List: Signatures.LIST 

val print : (Format.formatter -> 'a -> 'b) -> Format.formatter -> 'a list -> unit
val filter_opt : ('a -> 'b option) -> 'a list -> 'b list
val union : 'a list -> 'a list -> 'a list
include Std_signatures.LIST