1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
*
* 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. *)letisCamlExceptionOrOpenVariant:Longident.t=Ldot(Ldot(Lident"Js","Exn"),"isCamlExceptionOrOpenVariant")letobj_magic:Longident.t=Ldot(Lident"Obj","magic")letreccheckCases(cases:Parsetree.caselist)=List.itercheck_casecasesandcheck_casecase=check_patcase.pc_lhsandcheck_pat(pat:Parsetree.pattern)=matchpat.ppat_descwith|Ppat_construct_->()|Ppat_or(l,r)->check_patl;check_patr|_->Location.raise_errorf~loc:pat.ppat_loc"Unsupported pattern in `bs.open`"letconvertBsErrorFunctionloc(self:Ast_mapper.mapper)attrs(cases:Parsetree.caselist)=letopenAst_helperinlettxt="match"inlettxt_expr =Exp.ident ~loc{txt=Lidenttxt;loc}inletnone=Exp.construct~loc{txt=Ast_literal.predef_none;loc}Noneinlet()=checkCasescasesinletcases=self.casesselfcasesinAst_compatible.fun_~attrs~loc(Pat.var~loc{txt;loc})(Exp.ifthenelse~loc(Ast_compatible.app1~loc(Exp.ident~loc{txt=isCamlExceptionOrOpenVariant;loc})txt_expr)(Exp.match_~loc(Exp.constraint_~loc(Ast_compatible.app1~loc(Exp.ident~loc{txt =obj_magic;loc})txt_expr)(Ast_literal.type_exn~loc()))(Ext_list.map_append cases[Exp.case(Pat.any ~loc ())none](funx->letpc_rhs=x.pc_rhsinletloc=pc_rhs.pexp_locin{xwithpc_rhs=Exp.construct~loc{txt=Ast_literal.predef_some;loc}(Somepc_rhs);})))(Somenone))