Module Typing.Function_params_ty

module Function_params_ty: Datatype.S_with_collections  with type t = number_ty list

include Datatype.S
module Set: Datatype.Set  with type elt = t
module Map: Datatype.Map  with type key = t
module Hashtbl: Datatype.Hashtbl  with type key = t