1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586(* Copyright (C) 2019 - Present Hongbo Zhang, Authors of ReScript
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* In addition to the permissions granted to you by the LGPL, you may combine
* or link a "work that uses the Library" with a publicly distributed version
* of this file to produce a combined library or application, then distribute
* that combined work under the terms of your choosing, with no requirement
* to comply with the obligations normally placed on you by section 4 of the
* LGPL version 3 (or the corresponding section of a later version of the LGPL
* should you choose to use a later version).
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)openPpxlibtypeloc=Location.ttypewhole=|Let_openof(Asttypes.override_flag*Longident.tAsttypes.loc*loc*Parsetree.attributes)typet=wholelisttypeexp=Parsetree.expressiontypedestruct_output=explistletrecdestruct(e:Parsetree.expression)(acc:t)=matche.pexp_descwith|Pexp_open({popen_override=flag;popen_expr={pmod_desc=Pmod_identlid;_};_;},cont)->destructcont(Let_open(flag,lid,e.pexp_loc,e.pexp_attributes)::acc)|_->(e,acc)(**
destruct such pattern
{[ A.B.let open C in (a,b)]}
*)letrecdestruct_open_tuple(e:Parsetree.expression)(acc:t):(t*destruct_output*_)option=matche.pexp_descwith|Pexp_open({popen_override=flag;popen_expr={pmod_desc=Pmod_identlid;_};_;},cont)->destruct_open_tuplecont(Let_open(flag,lid,e.pexp_loc,e.pexp_attributes)::acc)|Pexp_tuplees->Some(acc,es,e.pexp_attributes)|_->Noneletrestore_exp(xs:Parsetree.expression)(qualifiers:t):Parsetree.expression=List.fold_left(funxhole->matchholewith|Let_open(flag,lid,loc,attrs)->({pexp_desc=Pexp_open(Ast_helper.Opn.mk~override:flag(Ast_helper.Mod.identlid),x);pexp_attributes=attrs;pexp_loc=loc;pexp_loc_stack=[loc];}:Parsetree.expression))xsqualifiers