sig
  val mk :
    ?loc:Ast_helper.loc ->
    ?attrs:Ast_helper.attrs ->
    ?docs:Docstrings.docs ->
    ?prim:string list ->
    Ast_helper.str -> Parsetree.core_type -> Parsetree.value_description
end