1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677(* 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. *)openImportletisCamlExceptionOrOpenVariant:Longident.t=Ldot(Ldot(Lident"Js","Exn"),"isCamlExceptionOrOpenVariant")letobj_magic:Longident.t=Ldot(Lident"Obj","magic")letreccheckCases(cases:caselist)=List.iter~f:check_casecasesandcheck_casecase=check_patcase.pc_lhsandcheck_patpat=matchpat.ppat_descwith|Ppat_construct_->()|Ppat_or(l,r)->check_patl;check_patr|_->Location.raise_errorf~loc:pat.ppat_loc"Unsupported pattern. `[@mel.open]' requires patterns to be \
(exception) constructors"letconvert_mel_error_functionloc(self:Ast_traverse.map)attrs(cases: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#casescasesinExp.fun_~attrs~locNolabelNone(Pat.var~loc{txt;loc})(Exp.ifthenelse~loc[%expr[%eExp.ident~loc{txt=isCamlExceptionOrOpenVariant;loc}][%etxt_expr]](Exp.match_~loc(Exp.constraint_~loc[%expr[%eExp.ident~loc{txt=obj_magic;loc}][%etxt_expr]][%type:exn])(List.map~f:(funx->letpc_rhs=x.pc_rhsinletloc=pc_rhs.pexp_locin{xwithpc_rhs=Exp.construct~loc{txt=Ast_literal.predef_some;loc}(Somepc_rhs);})cases@[Exp.case(Pat.any~loc())none]))(Somenone))