12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223openStdlib0moduleFrom=Ast_414moduleTo=Ast_413letmigration_errorlocmissing_feature=Location.raise_errorf~loc"migration error: %s is not supported before OCaml 4.13"missing_featureletreccopy_toplevel_phrase:Ast_414.Parsetree.toplevel_phrase->Ast_413.Parsetree.toplevel_phrase=function|Ast_414.Parsetree.Ptop_defx0->Ast_413.Parsetree.Ptop_def(copy_structurex0)|Ast_414.Parsetree.Ptop_dirx0->Ast_413.Parsetree.Ptop_dir(copy_toplevel_directivex0)andcopy_toplevel_directive:Ast_414.Parsetree.toplevel_directive->Ast_413.Parsetree.toplevel_directive=fun{Ast_414.Parsetree.pdir_name;Ast_414.Parsetree.pdir_arg;Ast_414.Parsetree.pdir_loc;}->{Ast_413.Parsetree.pdir_name=copy_loc(funx->x)pdir_name;Ast_413.Parsetree.pdir_arg=Option.mapcopy_directive_argumentpdir_arg;Ast_413.Parsetree.pdir_loc=copy_locationpdir_loc;}andcopy_directive_argument:Ast_414.Parsetree.directive_argument->Ast_413.Parsetree.directive_argument=fun{Ast_414.Parsetree.pdira_desc;Ast_414.Parsetree.pdira_loc}->{Ast_413.Parsetree.pdira_desc=copy_directive_argument_descpdira_desc;Ast_413.Parsetree.pdira_loc=copy_locationpdira_loc;}andcopy_directive_argument_desc:Ast_414.Parsetree.directive_argument_desc->Ast_413.Parsetree.directive_argument_desc=function|Ast_414.Parsetree.Pdir_stringx0->Ast_413.Parsetree.Pdir_stringx0|Ast_414.Parsetree.Pdir_int(x0,x1)->Ast_413.Parsetree.Pdir_int(x0,Option.map(funx->x)x1)|Ast_414.Parsetree.Pdir_identx0->Ast_413.Parsetree.Pdir_ident(copy_Longident_tx0)|Ast_414.Parsetree.Pdir_boolx0->Ast_413.Parsetree.Pdir_boolx0andcopy_expression:Ast_414.Parsetree.expression->Ast_413.Parsetree.expression=fun{Ast_414.Parsetree.pexp_desc;Ast_414.Parsetree.pexp_loc;Ast_414.Parsetree.pexp_loc_stack;Ast_414.Parsetree.pexp_attributes;}->{Ast_413.Parsetree.pexp_desc=copy_expression_descpexp_desc;Ast_413.Parsetree.pexp_loc=copy_locationpexp_loc;Ast_413.Parsetree.pexp_loc_stack=copy_location_stackpexp_loc_stack;Ast_413.Parsetree.pexp_attributes=copy_attributespexp_attributes;}andcopy_expression_desc:Ast_414.Parsetree.expression_desc->Ast_413.Parsetree.expression_desc=function|Ast_414.Parsetree.Pexp_identx0->Ast_413.Parsetree.Pexp_ident(copy_loccopy_Longident_tx0)|Ast_414.Parsetree.Pexp_constantx0->Ast_413.Parsetree.Pexp_constant(copy_constantx0)|Ast_414.Parsetree.Pexp_let(x0,x1,x2)->Ast_413.Parsetree.Pexp_let(copy_rec_flagx0,List.mapcopy_value_bindingx1,copy_expressionx2)|Ast_414.Parsetree.Pexp_functionx0->Ast_413.Parsetree.Pexp_function(List.mapcopy_casex0)|Ast_414.Parsetree.Pexp_fun(x0,x1,x2,x3)->Ast_413.Parsetree.Pexp_fun(copy_arg_labelx0,Option.mapcopy_expressionx1,copy_patternx2,copy_expressionx3)|Ast_414.Parsetree.Pexp_apply(x0,x1)->Ast_413.Parsetree.Pexp_apply(copy_expressionx0,List.map(funx->letx0,x1=xin(copy_arg_labelx0,copy_expressionx1))x1)|Ast_414.Parsetree.Pexp_match(x0,x1)->Ast_413.Parsetree.Pexp_match(copy_expressionx0,List.mapcopy_casex1)|Ast_414.Parsetree.Pexp_try(x0,x1)->Ast_413.Parsetree.Pexp_try(copy_expressionx0,List.mapcopy_casex1)|Ast_414.Parsetree.Pexp_tuplex0->Ast_413.Parsetree.Pexp_tuple(List.mapcopy_expressionx0)|Ast_414.Parsetree.Pexp_construct(x0,x1)->Ast_413.Parsetree.Pexp_construct(copy_loccopy_Longident_tx0,Option.mapcopy_expressionx1)|Ast_414.Parsetree.Pexp_variant(x0,x1)->Ast_413.Parsetree.Pexp_variant(copy_labelx0,Option.mapcopy_expressionx1)|Ast_414.Parsetree.Pexp_record(x0,x1)->Ast_413.Parsetree.Pexp_record(List.map(funx->letx0,x1=xin(copy_loccopy_Longident_tx0,copy_expressionx1))x0,Option.mapcopy_expressionx1)|Ast_414.Parsetree.Pexp_field(x0,x1)->Ast_413.Parsetree.Pexp_field(copy_expressionx0,copy_loccopy_Longident_tx1)|Ast_414.Parsetree.Pexp_setfield(x0,x1,x2)->Ast_413.Parsetree.Pexp_setfield(copy_expressionx0,copy_loccopy_Longident_tx1,copy_expressionx2)|Ast_414.Parsetree.Pexp_arrayx0->Ast_413.Parsetree.Pexp_array(List.mapcopy_expressionx0)|Ast_414.Parsetree.Pexp_ifthenelse(x0,x1,x2)->Ast_413.Parsetree.Pexp_ifthenelse(copy_expressionx0,copy_expressionx1,Option.mapcopy_expressionx2)|Ast_414.Parsetree.Pexp_sequence(x0,x1)->Ast_413.Parsetree.Pexp_sequence(copy_expressionx0,copy_expressionx1)|Ast_414.Parsetree.Pexp_while(x0,x1)->Ast_413.Parsetree.Pexp_while(copy_expressionx0,copy_expressionx1)|Ast_414.Parsetree.Pexp_for(x0,x1,x2,x3,x4)->Ast_413.Parsetree.Pexp_for(copy_patternx0,copy_expressionx1,copy_expressionx2,copy_direction_flagx3,copy_expressionx4)|Ast_414.Parsetree.Pexp_constraint(x0,x1)->Ast_413.Parsetree.Pexp_constraint(copy_expressionx0,copy_core_typex1)|Ast_414.Parsetree.Pexp_coerce(x0,x1,x2)->Ast_413.Parsetree.Pexp_coerce(copy_expressionx0,Option.mapcopy_core_typex1,copy_core_typex2)|Ast_414.Parsetree.Pexp_send(x0,x1)->Ast_413.Parsetree.Pexp_send(copy_expressionx0,copy_loccopy_labelx1)|Ast_414.Parsetree.Pexp_newx0->Ast_413.Parsetree.Pexp_new(copy_loccopy_Longident_tx0)|Ast_414.Parsetree.Pexp_setinstvar(x0,x1)->Ast_413.Parsetree.Pexp_setinstvar(copy_loccopy_labelx0,copy_expressionx1)|Ast_414.Parsetree.Pexp_overridex0->Ast_413.Parsetree.Pexp_override(List.map(funx->letx0,x1=xin(copy_loccopy_labelx0,copy_expressionx1))x0)|Ast_414.Parsetree.Pexp_letmodule(x0,x1,x2)->Ast_413.Parsetree.Pexp_letmodule(copy_loc(funx->Option.map(funx->x)x)x0,copy_module_exprx1,copy_expressionx2)|Ast_414.Parsetree.Pexp_letexception(x0,x1)->Ast_413.Parsetree.Pexp_letexception(copy_extension_constructorx0,copy_expressionx1)|Ast_414.Parsetree.Pexp_assertx0->Ast_413.Parsetree.Pexp_assert(copy_expressionx0)|Ast_414.Parsetree.Pexp_lazyx0->Ast_413.Parsetree.Pexp_lazy(copy_expressionx0)|Ast_414.Parsetree.Pexp_poly(x0,x1)->Ast_413.Parsetree.Pexp_poly(copy_expressionx0,Option.mapcopy_core_typex1)|Ast_414.Parsetree.Pexp_objectx0->Ast_413.Parsetree.Pexp_object(copy_class_structurex0)|Ast_414.Parsetree.Pexp_newtype(x0,x1)->Ast_413.Parsetree.Pexp_newtype(copy_loc(funx->x)x0,copy_expressionx1)|Ast_414.Parsetree.Pexp_packx0->Ast_413.Parsetree.Pexp_pack(copy_module_exprx0)|Ast_414.Parsetree.Pexp_open(x0,x1)->Ast_413.Parsetree.Pexp_open(copy_open_declarationx0,copy_expressionx1)|Ast_414.Parsetree.Pexp_letopx0->Ast_413.Parsetree.Pexp_letop(copy_letopx0)|Ast_414.Parsetree.Pexp_extensionx0->Ast_413.Parsetree.Pexp_extension(copy_extensionx0)|Ast_414.Parsetree.Pexp_unreachable->Ast_413.Parsetree.Pexp_unreachableandcopy_letop:Ast_414.Parsetree.letop->Ast_413.Parsetree.letop=fun{Ast_414.Parsetree.let_;Ast_414.Parsetree.ands;Ast_414.Parsetree.body}->{Ast_413.Parsetree.let_=copy_binding_oplet_;Ast_413.Parsetree.ands=List.mapcopy_binding_opands;Ast_413.Parsetree.body=copy_expressionbody;}andcopy_binding_op:Ast_414.Parsetree.binding_op->Ast_413.Parsetree.binding_op=fun{Ast_414.Parsetree.pbop_op;Ast_414.Parsetree.pbop_pat;Ast_414.Parsetree.pbop_exp;Ast_414.Parsetree.pbop_loc;}->{Ast_413.Parsetree.pbop_op=copy_loc(funx->x)pbop_op;Ast_413.Parsetree.pbop_pat=copy_patternpbop_pat;Ast_413.Parsetree.pbop_exp=copy_expressionpbop_exp;Ast_413.Parsetree.pbop_loc=copy_locationpbop_loc;}andcopy_direction_flag:Ast_414.Asttypes.direction_flag->Ast_413.Asttypes.direction_flag=function|Ast_414.Asttypes.Upto->Ast_413.Asttypes.Upto|Ast_414.Asttypes.Downto->Ast_413.Asttypes.Downtoandcopy_case:Ast_414.Parsetree.case->Ast_413.Parsetree.case=fun{Ast_414.Parsetree.pc_lhs;Ast_414.Parsetree.pc_guard;Ast_414.Parsetree.pc_rhs;}->{Ast_413.Parsetree.pc_lhs=copy_patternpc_lhs;Ast_413.Parsetree.pc_guard=Option.mapcopy_expressionpc_guard;Ast_413.Parsetree.pc_rhs=copy_expressionpc_rhs;}andcopy_value_binding:Ast_414.Parsetree.value_binding->Ast_413.Parsetree.value_binding=fun{Ast_414.Parsetree.pvb_pat;Ast_414.Parsetree.pvb_expr;Ast_414.Parsetree.pvb_attributes;Ast_414.Parsetree.pvb_loc;}->{Ast_413.Parsetree.pvb_pat=copy_patternpvb_pat;Ast_413.Parsetree.pvb_expr=copy_expressionpvb_expr;Ast_413.Parsetree.pvb_attributes=copy_attributespvb_attributes;Ast_413.Parsetree.pvb_loc=copy_locationpvb_loc;}andcopy_pattern:Ast_414.Parsetree.pattern->Ast_413.Parsetree.pattern=fun{Ast_414.Parsetree.ppat_desc;Ast_414.Parsetree.ppat_loc;Ast_414.Parsetree.ppat_loc_stack;Ast_414.Parsetree.ppat_attributes;}->{Ast_413.Parsetree.ppat_desc=copy_pattern_descppat_desc;Ast_413.Parsetree.ppat_loc=copy_locationppat_loc;Ast_413.Parsetree.ppat_loc_stack=copy_location_stackppat_loc_stack;Ast_413.Parsetree.ppat_attributes=copy_attributesppat_attributes;}andcopy_pattern_desc:Ast_414.Parsetree.pattern_desc->Ast_413.Parsetree.pattern_desc=function|Ast_414.Parsetree.Ppat_any->Ast_413.Parsetree.Ppat_any|Ast_414.Parsetree.Ppat_varx0->Ast_413.Parsetree.Ppat_var(copy_loc(funx->x)x0)|Ast_414.Parsetree.Ppat_alias(x0,x1)->Ast_413.Parsetree.Ppat_alias(copy_patternx0,copy_loc(funx->x)x1)|Ast_414.Parsetree.Ppat_constantx0->Ast_413.Parsetree.Ppat_constant(copy_constantx0)|Ast_414.Parsetree.Ppat_interval(x0,x1)->Ast_413.Parsetree.Ppat_interval(copy_constantx0,copy_constantx1)|Ast_414.Parsetree.Ppat_tuplex0->Ast_413.Parsetree.Ppat_tuple(List.mapcopy_patternx0)|Ast_414.Parsetree.Ppat_construct(x0,x1)->Ast_413.Parsetree.Ppat_construct(copy_loccopy_Longident_tx0,Option.map(funx->letx0,x1=xin(List.map(funx->copy_loc(funx->x)x)x0,copy_patternx1))x1)|Ast_414.Parsetree.Ppat_variant(x0,x1)->Ast_413.Parsetree.Ppat_variant(copy_labelx0,Option.mapcopy_patternx1)|Ast_414.Parsetree.Ppat_record(x0,x1)->Ast_413.Parsetree.Ppat_record(List.map(funx->letx0,x1=xin(copy_loccopy_Longident_tx0,copy_patternx1))x0,copy_closed_flagx1)|Ast_414.Parsetree.Ppat_arrayx0->Ast_413.Parsetree.Ppat_array(List.mapcopy_patternx0)|Ast_414.Parsetree.Ppat_or(x0,x1)->Ast_413.Parsetree.Ppat_or(copy_patternx0,copy_patternx1)|Ast_414.Parsetree.Ppat_constraint(x0,x1)->Ast_413.Parsetree.Ppat_constraint(copy_patternx0,copy_core_typex1)|Ast_414.Parsetree.Ppat_typex0->Ast_413.Parsetree.Ppat_type(copy_loccopy_Longident_tx0)|Ast_414.Parsetree.Ppat_lazyx0->Ast_413.Parsetree.Ppat_lazy(copy_patternx0)|Ast_414.Parsetree.Ppat_unpackx0->Ast_413.Parsetree.Ppat_unpack(copy_loc(funx->Option.map(funx->x)x)x0)|Ast_414.Parsetree.Ppat_exceptionx0->Ast_413.Parsetree.Ppat_exception(copy_patternx0)|Ast_414.Parsetree.Ppat_extensionx0->Ast_413.Parsetree.Ppat_extension(copy_extensionx0)|Ast_414.Parsetree.Ppat_open(x0,x1)->Ast_413.Parsetree.Ppat_open(copy_loccopy_Longident_tx0,copy_patternx1)andcopy_core_type:Ast_414.Parsetree.core_type->Ast_413.Parsetree.core_type=fun{Ast_414.Parsetree.ptyp_desc;Ast_414.Parsetree.ptyp_loc;Ast_414.Parsetree.ptyp_loc_stack;Ast_414.Parsetree.ptyp_attributes;}->{Ast_413.Parsetree.ptyp_desc=copy_core_type_descptyp_desc;Ast_413.Parsetree.ptyp_loc=copy_locationptyp_loc;Ast_413.Parsetree.ptyp_loc_stack=copy_location_stackptyp_loc_stack;Ast_413.Parsetree.ptyp_attributes=copy_attributesptyp_attributes;}andcopy_location_stack:Ast_414.Parsetree.location_stack->Ast_413.Parsetree.location_stack=funx->xandcopy_core_type_desc:Ast_414.Parsetree.core_type_desc->Ast_413.Parsetree.core_type_desc=function|Ast_414.Parsetree.Ptyp_any->Ast_413.Parsetree.Ptyp_any|Ast_414.Parsetree.Ptyp_varx0->Ast_413.Parsetree.Ptyp_varx0|Ast_414.Parsetree.Ptyp_arrow(x0,x1,x2)->Ast_413.Parsetree.Ptyp_arrow(copy_arg_labelx0,copy_core_typex1,copy_core_typex2)|Ast_414.Parsetree.Ptyp_tuplex0->Ast_413.Parsetree.Ptyp_tuple(List.mapcopy_core_typex0)|Ast_414.Parsetree.Ptyp_constr(x0,x1)->Ast_413.Parsetree.Ptyp_constr(copy_loccopy_Longident_tx0,List.mapcopy_core_typex1)|Ast_414.Parsetree.Ptyp_object(x0,x1)->Ast_413.Parsetree.Ptyp_object(List.mapcopy_object_fieldx0,copy_closed_flagx1)|Ast_414.Parsetree.Ptyp_class(x0,x1)->Ast_413.Parsetree.Ptyp_class(copy_loccopy_Longident_tx0,List.mapcopy_core_typex1)|Ast_414.Parsetree.Ptyp_alias(x0,x1)->Ast_413.Parsetree.Ptyp_alias(copy_core_typex0,x1)|Ast_414.Parsetree.Ptyp_variant(x0,x1,x2)->Ast_413.Parsetree.Ptyp_variant(List.mapcopy_row_fieldx0,copy_closed_flagx1,Option.map(funx->List.mapcopy_labelx)x2)|Ast_414.Parsetree.Ptyp_poly(x0,x1)->Ast_413.Parsetree.Ptyp_poly(List.map(funx->copy_loc(funx->x)x)x0,copy_core_typex1)|Ast_414.Parsetree.Ptyp_packagex0->Ast_413.Parsetree.Ptyp_package(copy_package_typex0)|Ast_414.Parsetree.Ptyp_extensionx0->Ast_413.Parsetree.Ptyp_extension(copy_extensionx0)andcopy_package_type:Ast_414.Parsetree.package_type->Ast_413.Parsetree.package_type=funx->letx0,x1=xin(copy_loccopy_Longident_tx0,List.map(funx->letx0,x1=xin(copy_loccopy_Longident_tx0,copy_core_typex1))x1)andcopy_row_field:Ast_414.Parsetree.row_field->Ast_413.Parsetree.row_field=fun{Ast_414.Parsetree.prf_desc;Ast_414.Parsetree.prf_loc;Ast_414.Parsetree.prf_attributes;}->{Ast_413.Parsetree.prf_desc=copy_row_field_descprf_desc;Ast_413.Parsetree.prf_loc=copy_locationprf_loc;Ast_413.Parsetree.prf_attributes=copy_attributesprf_attributes;}andcopy_row_field_desc:Ast_414.Parsetree.row_field_desc->Ast_413.Parsetree.row_field_desc=function|Ast_414.Parsetree.Rtag(x0,x1,x2)->Ast_413.Parsetree.Rtag(copy_loccopy_labelx0,x1,List.mapcopy_core_typex2)|Ast_414.Parsetree.Rinheritx0->Ast_413.Parsetree.Rinherit(copy_core_typex0)andcopy_object_field:Ast_414.Parsetree.object_field->Ast_413.Parsetree.object_field=fun{Ast_414.Parsetree.pof_desc;Ast_414.Parsetree.pof_loc;Ast_414.Parsetree.pof_attributes;}->{Ast_413.Parsetree.pof_desc=copy_object_field_descpof_desc;Ast_413.Parsetree.pof_loc=copy_locationpof_loc;Ast_413.Parsetree.pof_attributes=copy_attributespof_attributes;}andcopy_attributes:Ast_414.Parsetree.attributes->Ast_413.Parsetree.attributes=funx->List.mapcopy_attributexandcopy_attribute:Ast_414.Parsetree.attribute->Ast_413.Parsetree.attribute=fun{Ast_414.Parsetree.attr_name;Ast_414.Parsetree.attr_payload;Ast_414.Parsetree.attr_loc;}->{Ast_413.Parsetree.attr_name=copy_loc(funx->x)attr_name;Ast_413.Parsetree.attr_payload=copy_payloadattr_payload;Ast_413.Parsetree.attr_loc=copy_locationattr_loc;}andcopy_payload:Ast_414.Parsetree.payload->Ast_413.Parsetree.payload=function|Ast_414.Parsetree.PStrx0->Ast_413.Parsetree.PStr(copy_structurex0)|Ast_414.Parsetree.PSigx0->Ast_413.Parsetree.PSig(copy_signaturex0)|Ast_414.Parsetree.PTypx0->Ast_413.Parsetree.PTyp(copy_core_typex0)|Ast_414.Parsetree.PPat(x0,x1)->Ast_413.Parsetree.PPat(copy_patternx0,Option.mapcopy_expressionx1)andcopy_structure:Ast_414.Parsetree.structure->Ast_413.Parsetree.structure=funx->List.mapcopy_structure_itemxandcopy_structure_item:Ast_414.Parsetree.structure_item->Ast_413.Parsetree.structure_item=fun{Ast_414.Parsetree.pstr_desc;Ast_414.Parsetree.pstr_loc}->{Ast_413.Parsetree.pstr_desc=copy_structure_item_descpstr_desc;Ast_413.Parsetree.pstr_loc=copy_locationpstr_loc;}andcopy_structure_item_desc:Ast_414.Parsetree.structure_item_desc->Ast_413.Parsetree.structure_item_desc=function|Ast_414.Parsetree.Pstr_eval(x0,x1)->Ast_413.Parsetree.Pstr_eval(copy_expressionx0,copy_attributesx1)|Ast_414.Parsetree.Pstr_value(x0,x1)->Ast_413.Parsetree.Pstr_value(copy_rec_flagx0,List.mapcopy_value_bindingx1)|Ast_414.Parsetree.Pstr_primitivex0->Ast_413.Parsetree.Pstr_primitive(copy_value_descriptionx0)|Ast_414.Parsetree.Pstr_type(x0,x1)->Ast_413.Parsetree.Pstr_type(copy_rec_flagx0,List.mapcopy_type_declarationx1)|Ast_414.Parsetree.Pstr_typextx0->Ast_413.Parsetree.Pstr_typext(copy_type_extensionx0)|Ast_414.Parsetree.Pstr_exceptionx0->Ast_413.Parsetree.Pstr_exception(copy_type_exceptionx0)|Ast_414.Parsetree.Pstr_modulex0->Ast_413.Parsetree.Pstr_module(copy_module_bindingx0)|Ast_414.Parsetree.Pstr_recmodulex0->Ast_413.Parsetree.Pstr_recmodule(List.mapcopy_module_bindingx0)|Ast_414.Parsetree.Pstr_modtypex0->Ast_413.Parsetree.Pstr_modtype(copy_module_type_declarationx0)|Ast_414.Parsetree.Pstr_openx0->Ast_413.Parsetree.Pstr_open(copy_open_declarationx0)|Ast_414.Parsetree.Pstr_classx0->Ast_413.Parsetree.Pstr_class(List.mapcopy_class_declarationx0)|Ast_414.Parsetree.Pstr_class_typex0->Ast_413.Parsetree.Pstr_class_type(List.mapcopy_class_type_declarationx0)|Ast_414.Parsetree.Pstr_includex0->Ast_413.Parsetree.Pstr_include(copy_include_declarationx0)|Ast_414.Parsetree.Pstr_attributex0->Ast_413.Parsetree.Pstr_attribute(copy_attributex0)|Ast_414.Parsetree.Pstr_extension(x0,x1)->Ast_413.Parsetree.Pstr_extension(copy_extensionx0,copy_attributesx1)andcopy_include_declaration:Ast_414.Parsetree.include_declaration->Ast_413.Parsetree.include_declaration=funx->copy_include_infoscopy_module_exprxandcopy_class_declaration:Ast_414.Parsetree.class_declaration->Ast_413.Parsetree.class_declaration=funx->copy_class_infoscopy_class_exprxandcopy_class_expr:Ast_414.Parsetree.class_expr->Ast_413.Parsetree.class_expr=fun{Ast_414.Parsetree.pcl_desc;Ast_414.Parsetree.pcl_loc;Ast_414.Parsetree.pcl_attributes;}->{Ast_413.Parsetree.pcl_desc=copy_class_expr_descpcl_desc;Ast_413.Parsetree.pcl_loc=copy_locationpcl_loc;Ast_413.Parsetree.pcl_attributes=copy_attributespcl_attributes;}andcopy_class_expr_desc:Ast_414.Parsetree.class_expr_desc->Ast_413.Parsetree.class_expr_desc=function|Ast_414.Parsetree.Pcl_constr(x0,x1)->Ast_413.Parsetree.Pcl_constr(copy_loccopy_Longident_tx0,List.mapcopy_core_typex1)|Ast_414.Parsetree.Pcl_structurex0->Ast_413.Parsetree.Pcl_structure(copy_class_structurex0)|Ast_414.Parsetree.Pcl_fun(x0,x1,x2,x3)->Ast_413.Parsetree.Pcl_fun(copy_arg_labelx0,Option.mapcopy_expressionx1,copy_patternx2,copy_class_exprx3)|Ast_414.Parsetree.Pcl_apply(x0,x1)->Ast_413.Parsetree.Pcl_apply(copy_class_exprx0,List.map(funx->letx0,x1=xin(copy_arg_labelx0,copy_expressionx1))x1)|Ast_414.Parsetree.Pcl_let(x0,x1,x2)->Ast_413.Parsetree.Pcl_let(copy_rec_flagx0,List.mapcopy_value_bindingx1,copy_class_exprx2)|Ast_414.Parsetree.Pcl_constraint(x0,x1)->Ast_413.Parsetree.Pcl_constraint(copy_class_exprx0,copy_class_typex1)|Ast_414.Parsetree.Pcl_extensionx0->Ast_413.Parsetree.Pcl_extension(copy_extensionx0)|Ast_414.Parsetree.Pcl_open(x0,x1)->Ast_413.Parsetree.Pcl_open(copy_open_descriptionx0,copy_class_exprx1)andcopy_class_structure:Ast_414.Parsetree.class_structure->Ast_413.Parsetree.class_structure=fun{Ast_414.Parsetree.pcstr_self;Ast_414.Parsetree.pcstr_fields}->{Ast_413.Parsetree.pcstr_self=copy_patternpcstr_self;Ast_413.Parsetree.pcstr_fields=List.mapcopy_class_fieldpcstr_fields;}andcopy_class_field:Ast_414.Parsetree.class_field->Ast_413.Parsetree.class_field=fun{Ast_414.Parsetree.pcf_desc;Ast_414.Parsetree.pcf_loc;Ast_414.Parsetree.pcf_attributes;}->{Ast_413.Parsetree.pcf_desc=copy_class_field_descpcf_desc;Ast_413.Parsetree.pcf_loc=copy_locationpcf_loc;Ast_413.Parsetree.pcf_attributes=copy_attributespcf_attributes;}andcopy_class_field_desc:Ast_414.Parsetree.class_field_desc->Ast_413.Parsetree.class_field_desc=function|Ast_414.Parsetree.Pcf_inherit(x0,x1,x2)->Ast_413.Parsetree.Pcf_inherit(copy_override_flagx0,copy_class_exprx1,Option.map(funx->copy_loc(funx->x)x)x2)|Ast_414.Parsetree.Pcf_valx0->Ast_413.Parsetree.Pcf_val(letx0,x1,x2=x0in(copy_loccopy_labelx0,copy_mutable_flagx1,copy_class_field_kindx2))|Ast_414.Parsetree.Pcf_methodx0->Ast_413.Parsetree.Pcf_method(letx0,x1,x2=x0in(copy_loccopy_labelx0,copy_private_flagx1,copy_class_field_kindx2))|Ast_414.Parsetree.Pcf_constraintx0->Ast_413.Parsetree.Pcf_constraint(letx0,x1=x0in(copy_core_typex0,copy_core_typex1))|Ast_414.Parsetree.Pcf_initializerx0->Ast_413.Parsetree.Pcf_initializer(copy_expressionx0)|Ast_414.Parsetree.Pcf_attributex0->Ast_413.Parsetree.Pcf_attribute(copy_attributex0)|Ast_414.Parsetree.Pcf_extensionx0->Ast_413.Parsetree.Pcf_extension(copy_extensionx0)andcopy_class_field_kind:Ast_414.Parsetree.class_field_kind->Ast_413.Parsetree.class_field_kind=function|Ast_414.Parsetree.Cfk_virtualx0->Ast_413.Parsetree.Cfk_virtual(copy_core_typex0)|Ast_414.Parsetree.Cfk_concrete(x0,x1)->Ast_413.Parsetree.Cfk_concrete(copy_override_flagx0,copy_expressionx1)andcopy_open_declaration:Ast_414.Parsetree.open_declaration->Ast_413.Parsetree.open_declaration=funx->copy_open_infoscopy_module_exprxandcopy_module_binding:Ast_414.Parsetree.module_binding->Ast_413.Parsetree.module_binding=fun{Ast_414.Parsetree.pmb_name;Ast_414.Parsetree.pmb_expr;Ast_414.Parsetree.pmb_attributes;Ast_414.Parsetree.pmb_loc;}->{Ast_413.Parsetree.pmb_name=copy_loc(funx->Option.map(funx->x)x)pmb_name;Ast_413.Parsetree.pmb_expr=copy_module_exprpmb_expr;Ast_413.Parsetree.pmb_attributes=copy_attributespmb_attributes;Ast_413.Parsetree.pmb_loc=copy_locationpmb_loc;}andcopy_module_expr:Ast_414.Parsetree.module_expr->Ast_413.Parsetree.module_expr=fun{Ast_414.Parsetree.pmod_desc;Ast_414.Parsetree.pmod_loc;Ast_414.Parsetree.pmod_attributes;}->{Ast_413.Parsetree.pmod_desc=copy_module_expr_descpmod_desc;Ast_413.Parsetree.pmod_loc=copy_locationpmod_loc;Ast_413.Parsetree.pmod_attributes=copy_attributespmod_attributes;}andcopy_module_expr_desc:Ast_414.Parsetree.module_expr_desc->Ast_413.Parsetree.module_expr_desc=function|Ast_414.Parsetree.Pmod_identx0->Ast_413.Parsetree.Pmod_ident(copy_loccopy_Longident_tx0)|Ast_414.Parsetree.Pmod_structurex0->Ast_413.Parsetree.Pmod_structure(copy_structurex0)|Ast_414.Parsetree.Pmod_functor(x0,x1)->Ast_413.Parsetree.Pmod_functor(copy_functor_parameterx0,copy_module_exprx1)|Ast_414.Parsetree.Pmod_apply(x0,x1)->Ast_413.Parsetree.Pmod_apply(copy_module_exprx0,copy_module_exprx1)|Ast_414.Parsetree.Pmod_constraint(x0,x1)->Ast_413.Parsetree.Pmod_constraint(copy_module_exprx0,copy_module_typex1)|Ast_414.Parsetree.Pmod_unpackx0->Ast_413.Parsetree.Pmod_unpack(copy_expressionx0)|Ast_414.Parsetree.Pmod_extensionx0->Ast_413.Parsetree.Pmod_extension(copy_extensionx0)andcopy_functor_parameter:Ast_414.Parsetree.functor_parameter->Ast_413.Parsetree.functor_parameter=function|Ast_414.Parsetree.Unit->Ast_413.Parsetree.Unit|Ast_414.Parsetree.Named(x0,x1)->Ast_413.Parsetree.Named(copy_loc(funx->Option.map(funx->x)x)x0,copy_module_typex1)andcopy_module_type:Ast_414.Parsetree.module_type->Ast_413.Parsetree.module_type=fun{Ast_414.Parsetree.pmty_desc;Ast_414.Parsetree.pmty_loc;Ast_414.Parsetree.pmty_attributes;}->{Ast_413.Parsetree.pmty_desc=copy_module_type_descpmty_desc;Ast_413.Parsetree.pmty_loc=copy_locationpmty_loc;Ast_413.Parsetree.pmty_attributes=copy_attributespmty_attributes;}andcopy_module_type_desc:Ast_414.Parsetree.module_type_desc->Ast_413.Parsetree.module_type_desc=function|Ast_414.Parsetree.Pmty_identx0->Ast_413.Parsetree.Pmty_ident(copy_loccopy_Longident_tx0)|Ast_414.Parsetree.Pmty_signaturex0->Ast_413.Parsetree.Pmty_signature(copy_signaturex0)|Ast_414.Parsetree.Pmty_functor(x0,x1)->Ast_413.Parsetree.Pmty_functor(copy_functor_parameterx0,copy_module_typex1)|Ast_414.Parsetree.Pmty_with(x0,x1)->Ast_413.Parsetree.Pmty_with(copy_module_typex0,List.mapcopy_with_constraintx1)|Ast_414.Parsetree.Pmty_typeofx0->Ast_413.Parsetree.Pmty_typeof(copy_module_exprx0)|Ast_414.Parsetree.Pmty_extensionx0->Ast_413.Parsetree.Pmty_extension(copy_extensionx0)|Ast_414.Parsetree.Pmty_aliasx0->Ast_413.Parsetree.Pmty_alias(copy_loccopy_Longident_tx0)andcopy_with_constraint:Ast_414.Parsetree.with_constraint->Ast_413.Parsetree.with_constraint=function|Ast_414.Parsetree.Pwith_type(x0,x1)->Ast_413.Parsetree.Pwith_type(copy_loccopy_Longident_tx0,copy_type_declarationx1)|Ast_414.Parsetree.Pwith_module(x0,x1)->Ast_413.Parsetree.Pwith_module(copy_loccopy_Longident_tx0,copy_loccopy_Longident_tx1)|Ast_414.Parsetree.Pwith_modtype(x0,x1)->Ast_413.Parsetree.Pwith_modtype(copy_loccopy_Longident_tx0,copy_module_typex1)|Ast_414.Parsetree.Pwith_modtypesubst(x0,x1)->Ast_413.Parsetree.Pwith_modtypesubst(copy_loccopy_Longident_tx0,copy_module_typex1)|Ast_414.Parsetree.Pwith_typesubst(x0,x1)->Ast_413.Parsetree.Pwith_typesubst(copy_loccopy_Longident_tx0,copy_type_declarationx1)|Ast_414.Parsetree.Pwith_modsubst(x0,x1)->Ast_413.Parsetree.Pwith_modsubst(copy_loccopy_Longident_tx0,copy_loccopy_Longident_tx1)andcopy_signature:Ast_414.Parsetree.signature->Ast_413.Parsetree.signature=funx->List.mapcopy_signature_itemxandcopy_signature_item:Ast_414.Parsetree.signature_item->Ast_413.Parsetree.signature_item=fun{Ast_414.Parsetree.psig_desc;Ast_414.Parsetree.psig_loc}->{Ast_413.Parsetree.psig_desc=copy_signature_item_descpsig_desc;Ast_413.Parsetree.psig_loc=copy_locationpsig_loc;}andcopy_signature_item_desc:Ast_414.Parsetree.signature_item_desc->Ast_413.Parsetree.signature_item_desc=function|Ast_414.Parsetree.Psig_valuex0->Ast_413.Parsetree.Psig_value(copy_value_descriptionx0)|Ast_414.Parsetree.Psig_type(x0,x1)->Ast_413.Parsetree.Psig_type(copy_rec_flagx0,List.mapcopy_type_declarationx1)|Ast_414.Parsetree.Psig_typesubstx0->Ast_413.Parsetree.Psig_typesubst(List.mapcopy_type_declarationx0)|Ast_414.Parsetree.Psig_typextx0->Ast_413.Parsetree.Psig_typext(copy_type_extensionx0)|Ast_414.Parsetree.Psig_exceptionx0->Ast_413.Parsetree.Psig_exception(copy_type_exceptionx0)|Ast_414.Parsetree.Psig_modulex0->Ast_413.Parsetree.Psig_module(copy_module_declarationx0)|Ast_414.Parsetree.Psig_modsubstx0->Ast_413.Parsetree.Psig_modsubst(copy_module_substitutionx0)|Ast_414.Parsetree.Psig_recmodulex0->Ast_413.Parsetree.Psig_recmodule(List.mapcopy_module_declarationx0)|Ast_414.Parsetree.Psig_modtypex0->Ast_413.Parsetree.Psig_modtype(copy_module_type_declarationx0)|Ast_414.Parsetree.Psig_modtypesubstx0->Ast_413.Parsetree.Psig_modtypesubst(copy_module_type_declarationx0)|Ast_414.Parsetree.Psig_openx0->Ast_413.Parsetree.Psig_open(copy_open_descriptionx0)|Ast_414.Parsetree.Psig_includex0->Ast_413.Parsetree.Psig_include(copy_include_descriptionx0)|Ast_414.Parsetree.Psig_classx0->Ast_413.Parsetree.Psig_class(List.mapcopy_class_descriptionx0)|Ast_414.Parsetree.Psig_class_typex0->Ast_413.Parsetree.Psig_class_type(List.mapcopy_class_type_declarationx0)|Ast_414.Parsetree.Psig_attributex0->Ast_413.Parsetree.Psig_attribute(copy_attributex0)|Ast_414.Parsetree.Psig_extension(x0,x1)->Ast_413.Parsetree.Psig_extension(copy_extensionx0,copy_attributesx1)andcopy_class_type_declaration:Ast_414.Parsetree.class_type_declaration->Ast_413.Parsetree.class_type_declaration=funx->copy_class_infoscopy_class_typexandcopy_class_description:Ast_414.Parsetree.class_description->Ast_413.Parsetree.class_description=funx->copy_class_infoscopy_class_typexandcopy_class_type:Ast_414.Parsetree.class_type->Ast_413.Parsetree.class_type=fun{Ast_414.Parsetree.pcty_desc;Ast_414.Parsetree.pcty_loc;Ast_414.Parsetree.pcty_attributes;}->{Ast_413.Parsetree.pcty_desc=copy_class_type_descpcty_desc;Ast_413.Parsetree.pcty_loc=copy_locationpcty_loc;Ast_413.Parsetree.pcty_attributes=copy_attributespcty_attributes;}andcopy_class_type_desc:Ast_414.Parsetree.class_type_desc->Ast_413.Parsetree.class_type_desc=function|Ast_414.Parsetree.Pcty_constr(x0,x1)->Ast_413.Parsetree.Pcty_constr(copy_loccopy_Longident_tx0,List.mapcopy_core_typex1)|Ast_414.Parsetree.Pcty_signaturex0->Ast_413.Parsetree.Pcty_signature(copy_class_signaturex0)|Ast_414.Parsetree.Pcty_arrow(x0,x1,x2)->Ast_413.Parsetree.Pcty_arrow(copy_arg_labelx0,copy_core_typex1,copy_class_typex2)|Ast_414.Parsetree.Pcty_extensionx0->Ast_413.Parsetree.Pcty_extension(copy_extensionx0)|Ast_414.Parsetree.Pcty_open(x0,x1)->Ast_413.Parsetree.Pcty_open(copy_open_descriptionx0,copy_class_typex1)andcopy_class_signature:Ast_414.Parsetree.class_signature->Ast_413.Parsetree.class_signature=fun{Ast_414.Parsetree.pcsig_self;Ast_414.Parsetree.pcsig_fields}->{Ast_413.Parsetree.pcsig_self=copy_core_typepcsig_self;Ast_413.Parsetree.pcsig_fields=List.mapcopy_class_type_fieldpcsig_fields;}andcopy_class_type_field:Ast_414.Parsetree.class_type_field->Ast_413.Parsetree.class_type_field=fun{Ast_414.Parsetree.pctf_desc;Ast_414.Parsetree.pctf_loc;Ast_414.Parsetree.pctf_attributes;}->{Ast_413.Parsetree.pctf_desc=copy_class_type_field_descpctf_desc;Ast_413.Parsetree.pctf_loc=copy_locationpctf_loc;Ast_413.Parsetree.pctf_attributes=copy_attributespctf_attributes;}andcopy_class_type_field_desc:Ast_414.Parsetree.class_type_field_desc->Ast_413.Parsetree.class_type_field_desc=function|Ast_414.Parsetree.Pctf_inheritx0->Ast_413.Parsetree.Pctf_inherit(copy_class_typex0)|Ast_414.Parsetree.Pctf_valx0->Ast_413.Parsetree.Pctf_val(letx0,x1,x2,x3=x0in(copy_loccopy_labelx0,copy_mutable_flagx1,copy_virtual_flagx2,copy_core_typex3))|Ast_414.Parsetree.Pctf_methodx0->Ast_413.Parsetree.Pctf_method(letx0,x1,x2,x3=x0in(copy_loccopy_labelx0,copy_private_flagx1,copy_virtual_flagx2,copy_core_typex3))|Ast_414.Parsetree.Pctf_constraintx0->Ast_413.Parsetree.Pctf_constraint(letx0,x1=x0in(copy_core_typex0,copy_core_typex1))|Ast_414.Parsetree.Pctf_attributex0->Ast_413.Parsetree.Pctf_attribute(copy_attributex0)|Ast_414.Parsetree.Pctf_extensionx0->Ast_413.Parsetree.Pctf_extension(copy_extensionx0)andcopy_extension:Ast_414.Parsetree.extension->Ast_413.Parsetree.extension=funx->letx0,x1=xin(copy_loc(funx->x)x0,copy_payloadx1)andcopy_class_infos:'f0'g0.('f0->'g0)->'f0Ast_414.Parsetree.class_infos->'g0Ast_413.Parsetree.class_infos=funf0{Ast_414.Parsetree.pci_virt;Ast_414.Parsetree.pci_params;Ast_414.Parsetree.pci_name;Ast_414.Parsetree.pci_expr;Ast_414.Parsetree.pci_loc;Ast_414.Parsetree.pci_attributes;}->{Ast_413.Parsetree.pci_virt=copy_virtual_flagpci_virt;Ast_413.Parsetree.pci_params=List.map(funx->letx0,x1=xin(copy_core_typex0,letx0,x1=x1in(copy_variancex0,copy_injectivityx1)))pci_params;Ast_413.Parsetree.pci_name=copy_loc(funx->x)pci_name;Ast_413.Parsetree.pci_expr=f0pci_expr;Ast_413.Parsetree.pci_loc=copy_locationpci_loc;Ast_413.Parsetree.pci_attributes=copy_attributespci_attributes;}andcopy_virtual_flag:Ast_414.Asttypes.virtual_flag->Ast_413.Asttypes.virtual_flag=function|Ast_414.Asttypes.Virtual->Ast_413.Asttypes.Virtual|Ast_414.Asttypes.Concrete->Ast_413.Asttypes.Concreteandcopy_include_description:Ast_414.Parsetree.include_description->Ast_413.Parsetree.include_description=funx->copy_include_infoscopy_module_typexandcopy_include_infos:'f0'g0.('f0->'g0)->'f0Ast_414.Parsetree.include_infos->'g0Ast_413.Parsetree.include_infos=funf0{Ast_414.Parsetree.pincl_mod;Ast_414.Parsetree.pincl_loc;Ast_414.Parsetree.pincl_attributes;}->{Ast_413.Parsetree.pincl_mod=f0pincl_mod;Ast_413.Parsetree.pincl_loc=copy_locationpincl_loc;Ast_413.Parsetree.pincl_attributes=copy_attributespincl_attributes;}andcopy_open_description:Ast_414.Parsetree.open_description->Ast_413.Parsetree.open_description=funx->copy_open_infos(funx->copy_loccopy_Longident_tx)xandcopy_open_infos:'f0'g0.('f0->'g0)->'f0Ast_414.Parsetree.open_infos->'g0Ast_413.Parsetree.open_infos=funf0{Ast_414.Parsetree.popen_expr;Ast_414.Parsetree.popen_override;Ast_414.Parsetree.popen_loc;Ast_414.Parsetree.popen_attributes;}->{Ast_413.Parsetree.popen_expr=f0popen_expr;Ast_413.Parsetree.popen_override=copy_override_flagpopen_override;Ast_413.Parsetree.popen_loc=copy_locationpopen_loc;Ast_413.Parsetree.popen_attributes=copy_attributespopen_attributes;}andcopy_override_flag:Ast_414.Asttypes.override_flag->Ast_413.Asttypes.override_flag=function|Ast_414.Asttypes.Override->Ast_413.Asttypes.Override|Ast_414.Asttypes.Fresh->Ast_413.Asttypes.Freshandcopy_module_type_declaration:Ast_414.Parsetree.module_type_declaration->Ast_413.Parsetree.module_type_declaration=fun{Ast_414.Parsetree.pmtd_name;Ast_414.Parsetree.pmtd_type;Ast_414.Parsetree.pmtd_attributes;Ast_414.Parsetree.pmtd_loc;}->{Ast_413.Parsetree.pmtd_name=copy_loc(funx->x)pmtd_name;Ast_413.Parsetree.pmtd_type=Option.mapcopy_module_typepmtd_type;Ast_413.Parsetree.pmtd_attributes=copy_attributespmtd_attributes;Ast_413.Parsetree.pmtd_loc=copy_locationpmtd_loc;}andcopy_module_substitution:Ast_414.Parsetree.module_substitution->Ast_413.Parsetree.module_substitution=fun{Ast_414.Parsetree.pms_name;Ast_414.Parsetree.pms_manifest;Ast_414.Parsetree.pms_attributes;Ast_414.Parsetree.pms_loc;}->{Ast_413.Parsetree.pms_name=copy_loc(funx->x)pms_name;Ast_413.Parsetree.pms_manifest=copy_loccopy_Longident_tpms_manifest;Ast_413.Parsetree.pms_attributes=copy_attributespms_attributes;Ast_413.Parsetree.pms_loc=copy_locationpms_loc;}andcopy_module_declaration:Ast_414.Parsetree.module_declaration->Ast_413.Parsetree.module_declaration=fun{Ast_414.Parsetree.pmd_name;Ast_414.Parsetree.pmd_type;Ast_414.Parsetree.pmd_attributes;Ast_414.Parsetree.pmd_loc;}->{Ast_413.Parsetree.pmd_name=copy_loc(funx->Option.map(funx->x)x)pmd_name;Ast_413.Parsetree.pmd_type=copy_module_typepmd_type;Ast_413.Parsetree.pmd_attributes=copy_attributespmd_attributes;Ast_413.Parsetree.pmd_loc=copy_locationpmd_loc;}andcopy_type_exception:Ast_414.Parsetree.type_exception->Ast_413.Parsetree.type_exception=fun{Ast_414.Parsetree.ptyexn_constructor;Ast_414.Parsetree.ptyexn_loc;Ast_414.Parsetree.ptyexn_attributes;}->{Ast_413.Parsetree.ptyexn_constructor=copy_extension_constructorptyexn_constructor;Ast_413.Parsetree.ptyexn_loc=copy_locationptyexn_loc;Ast_413.Parsetree.ptyexn_attributes=copy_attributesptyexn_attributes;}andcopy_type_extension:Ast_414.Parsetree.type_extension->Ast_413.Parsetree.type_extension=fun{Ast_414.Parsetree.ptyext_path;Ast_414.Parsetree.ptyext_params;Ast_414.Parsetree.ptyext_constructors;Ast_414.Parsetree.ptyext_private;Ast_414.Parsetree.ptyext_loc;Ast_414.Parsetree.ptyext_attributes;}->{Ast_413.Parsetree.ptyext_path=copy_loccopy_Longident_tptyext_path;Ast_413.Parsetree.ptyext_params=List.map(funx->letx0,x1=xin(copy_core_typex0,letx0,x1=x1in(copy_variancex0,copy_injectivityx1)))ptyext_params;Ast_413.Parsetree.ptyext_constructors=List.mapcopy_extension_constructorptyext_constructors;Ast_413.Parsetree.ptyext_private=copy_private_flagptyext_private;Ast_413.Parsetree.ptyext_loc=copy_locationptyext_loc;Ast_413.Parsetree.ptyext_attributes=copy_attributesptyext_attributes;}andcopy_extension_constructor:Ast_414.Parsetree.extension_constructor->Ast_413.Parsetree.extension_constructor=fun{Ast_414.Parsetree.pext_name;Ast_414.Parsetree.pext_kind;Ast_414.Parsetree.pext_loc;Ast_414.Parsetree.pext_attributes;}->{Ast_413.Parsetree.pext_name=copy_loc(funx->x)pext_name;Ast_413.Parsetree.pext_kind=copy_extension_constructor_kindpext_kind;Ast_413.Parsetree.pext_loc=copy_locationpext_loc;Ast_413.Parsetree.pext_attributes=copy_attributespext_attributes;}andcopy_extension_constructor_kind:Ast_414.Parsetree.extension_constructor_kind->Ast_413.Parsetree.extension_constructor_kind=function|Ast_414.Parsetree.Pext_decl(x0,x1,x2)->(matchx0with|[]->Ast_413.Parsetree.Pext_decl(copy_constructor_argumentsx1,Option.mapcopy_core_typex2)|hd::_->migration_errorhd.loc"type parameters in extension constructors")|Ast_414.Parsetree.Pext_rebindx0->Ast_413.Parsetree.Pext_rebind(copy_loccopy_Longident_tx0)andcopy_type_declaration:Ast_414.Parsetree.type_declaration->Ast_413.Parsetree.type_declaration=fun{Ast_414.Parsetree.ptype_name;Ast_414.Parsetree.ptype_params;Ast_414.Parsetree.ptype_cstrs;Ast_414.Parsetree.ptype_kind;Ast_414.Parsetree.ptype_private;Ast_414.Parsetree.ptype_manifest;Ast_414.Parsetree.ptype_attributes;Ast_414.Parsetree.ptype_loc;}->{Ast_413.Parsetree.ptype_name=copy_loc(funx->x)ptype_name;Ast_413.Parsetree.ptype_params=List.map(funx->letx0,x1=xin(copy_core_typex0,letx0,x1=x1in(copy_variancex0,copy_injectivityx1)))ptype_params;Ast_413.Parsetree.ptype_cstrs=List.map(funx->letx0,x1,x2=xin(copy_core_typex0,copy_core_typex1,copy_locationx2))ptype_cstrs;Ast_413.Parsetree.ptype_kind=copy_type_kindptype_kind;Ast_413.Parsetree.ptype_private=copy_private_flagptype_private;Ast_413.Parsetree.ptype_manifest=Option.mapcopy_core_typeptype_manifest;Ast_413.Parsetree.ptype_attributes=copy_attributesptype_attributes;Ast_413.Parsetree.ptype_loc=copy_locationptype_loc;}andcopy_private_flag:Ast_414.Asttypes.private_flag->Ast_413.Asttypes.private_flag=function|Ast_414.Asttypes.Private->Ast_413.Asttypes.Private|Ast_414.Asttypes.Public->Ast_413.Asttypes.Publicandcopy_type_kind:Ast_414.Parsetree.type_kind->Ast_413.Parsetree.type_kind=function|Ast_414.Parsetree.Ptype_abstract->Ast_413.Parsetree.Ptype_abstract|Ast_414.Parsetree.Ptype_variantx0->Ast_413.Parsetree.Ptype_variant(List.mapcopy_constructor_declarationx0)|Ast_414.Parsetree.Ptype_recordx0->Ast_413.Parsetree.Ptype_record(List.mapcopy_label_declarationx0)|Ast_414.Parsetree.Ptype_open->Ast_413.Parsetree.Ptype_openandcopy_constructor_declaration:Ast_414.Parsetree.constructor_declaration->Ast_413.Parsetree.constructor_declaration=fun{Ast_414.Parsetree.pcd_name;Ast_414.Parsetree.pcd_vars;Ast_414.Parsetree.pcd_args;Ast_414.Parsetree.pcd_res;Ast_414.Parsetree.pcd_loc;Ast_414.Parsetree.pcd_attributes;}->matchpcd_varswith|[]->{Ast_413.Parsetree.pcd_name=copy_loc(funx->x)pcd_name;Ast_413.Parsetree.pcd_args=copy_constructor_argumentspcd_args;Ast_413.Parsetree.pcd_res=Option.mapcopy_core_typepcd_res;Ast_413.Parsetree.pcd_loc=copy_locationpcd_loc;Ast_413.Parsetree.pcd_attributes=copy_attributespcd_attributes;}|hd::_->migration_errorhd.loc"pcd_vars in constructor declarations"andcopy_constructor_arguments:Ast_414.Parsetree.constructor_arguments->Ast_413.Parsetree.constructor_arguments=function|Ast_414.Parsetree.Pcstr_tuplex0->Ast_413.Parsetree.Pcstr_tuple(List.mapcopy_core_typex0)|Ast_414.Parsetree.Pcstr_recordx0->Ast_413.Parsetree.Pcstr_record(List.mapcopy_label_declarationx0)andcopy_label_declaration:Ast_414.Parsetree.label_declaration->Ast_413.Parsetree.label_declaration=fun{Ast_414.Parsetree.pld_name;Ast_414.Parsetree.pld_mutable;Ast_414.Parsetree.pld_type;Ast_414.Parsetree.pld_loc;Ast_414.Parsetree.pld_attributes;}->{Ast_413.Parsetree.pld_name=copy_loc(funx->x)pld_name;Ast_413.Parsetree.pld_mutable=copy_mutable_flagpld_mutable;Ast_413.Parsetree.pld_type=copy_core_typepld_type;Ast_413.Parsetree.pld_loc=copy_locationpld_loc;Ast_413.Parsetree.pld_attributes=copy_attributespld_attributes;}andcopy_mutable_flag:Ast_414.Asttypes.mutable_flag->Ast_413.Asttypes.mutable_flag=function|Ast_414.Asttypes.Immutable->Ast_413.Asttypes.Immutable|Ast_414.Asttypes.Mutable->Ast_413.Asttypes.Mutableandcopy_injectivity:Ast_414.Asttypes.injectivity->Ast_413.Asttypes.injectivity=function|Ast_414.Asttypes.Injective->Ast_413.Asttypes.Injective|Ast_414.Asttypes.NoInjectivity->Ast_413.Asttypes.NoInjectivityandcopy_variance:Ast_414.Asttypes.variance->Ast_413.Asttypes.variance=function|Ast_414.Asttypes.Covariant->Ast_413.Asttypes.Covariant|Ast_414.Asttypes.Contravariant->Ast_413.Asttypes.Contravariant|Ast_414.Asttypes.NoVariance->Ast_413.Asttypes.NoVarianceandcopy_value_description:Ast_414.Parsetree.value_description->Ast_413.Parsetree.value_description=fun{Ast_414.Parsetree.pval_name;Ast_414.Parsetree.pval_type;Ast_414.Parsetree.pval_prim;Ast_414.Parsetree.pval_attributes;Ast_414.Parsetree.pval_loc;}->{Ast_413.Parsetree.pval_name=copy_loc(funx->x)pval_name;Ast_413.Parsetree.pval_type=copy_core_typepval_type;Ast_413.Parsetree.pval_prim=List.map(funx->x)pval_prim;Ast_413.Parsetree.pval_attributes=copy_attributespval_attributes;Ast_413.Parsetree.pval_loc=copy_locationpval_loc;}andcopy_object_field_desc:Ast_414.Parsetree.object_field_desc->Ast_413.Parsetree.object_field_desc=function|Ast_414.Parsetree.Otag(x0,x1)->Ast_413.Parsetree.Otag(copy_loccopy_labelx0,copy_core_typex1)|Ast_414.Parsetree.Oinheritx0->Ast_413.Parsetree.Oinherit(copy_core_typex0)andcopy_arg_label:Ast_414.Asttypes.arg_label->Ast_413.Asttypes.arg_label=function|Ast_414.Asttypes.Nolabel->Ast_413.Asttypes.Nolabel|Ast_414.Asttypes.Labelledx0->Ast_413.Asttypes.Labelledx0|Ast_414.Asttypes.Optionalx0->Ast_413.Asttypes.Optionalx0andcopy_closed_flag:Ast_414.Asttypes.closed_flag->Ast_413.Asttypes.closed_flag=function|Ast_414.Asttypes.Closed->Ast_413.Asttypes.Closed|Ast_414.Asttypes.Open->Ast_413.Asttypes.Openandcopy_label:Ast_414.Asttypes.label->Ast_413.Asttypes.label=funx->xandcopy_rec_flag:Ast_414.Asttypes.rec_flag->Ast_413.Asttypes.rec_flag=function|Ast_414.Asttypes.Nonrecursive->Ast_413.Asttypes.Nonrecursive|Ast_414.Asttypes.Recursive->Ast_413.Asttypes.Recursiveandcopy_constant:Ast_414.Parsetree.constant->Ast_413.Parsetree.constant=function|Ast_414.Parsetree.Pconst_integer(x0,x1)->Ast_413.Parsetree.Pconst_integer(x0,Option.map(funx->x)x1)|Ast_414.Parsetree.Pconst_charx0->Ast_413.Parsetree.Pconst_charx0|Ast_414.Parsetree.Pconst_string(x0,x1,x2)->Ast_413.Parsetree.Pconst_string(x0,copy_locationx1,Option.map(funx->x)x2)|Ast_414.Parsetree.Pconst_float(x0,x1)->Ast_413.Parsetree.Pconst_float(x0,Option.map(funx->x)x1)andcopy_Longident_t:Longident.t->Longident.t=funx->xandcopy_loc:'f0'g0.('f0->'g0)->'f0Ast_414.Asttypes.loc->'g0Ast_413.Asttypes.loc=funf0{Ast_414.Asttypes.txt;Ast_414.Asttypes.loc}->{Ast_413.Asttypes.txt=f0txt;Ast_413.Asttypes.loc=copy_locationloc}andcopy_location:Location.t->Location.t=funx->x