123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172(* 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. *)openPpxlibopenAst_helper(* let fun_no_label ?loc ?attrs pat body =
Ast_compatible.fun_ ?loc ?attrs pat body *)(* let discard_exp_as_unit loc e =
Ast_compatible.apply_simple ~loc
(Exp.ident ~loc {txt = Ast_literal.Lid.ignore_id; loc})
[Exp.constraint_ ~loc e
(Ast_literal.type_unit ~loc ())] *)lettuple_type_pair?lockindarity=letprefix="a"inifarity=0thenletty=Typ.var?loc(prefix^"0")inmatchkindwith|`Run->(ty,[],ty)|`Make->letloc=Option.value~default:Location.nonelocin([%type:unit->[%tty]],[],ty)elseletnumber=arity+1inlettys=List.initnumber(funi->Typ.var?loc(prefix^string_of_int(number-i-1)))inmatchtyswith|result::rest->(List.fold_left(funrarg->letloc=Option.value~default:Location.nonelocin[%type:[%targ]->[%tr]])resultrest,List.revrest,result)|[]->assertfalseletto_js_type~locx=Typ.constr~loc{txt=Ast_literal.js_obj;loc}[x]letto_js_re_type~loc=Typ.constr~loc{txt=Ast_literal.js_re_id;loc}[]letto_undefined_type~locx=Typ.constr~loc{txt=Ast_literal.js_undefined;loc}[x]letsingle_non_rec_valuenameexp=Str.valueNonrecursive[Vb.mk(Pat.varname)exp]letsingle_non_rec_valnamety=Sig.value(Val.mknamety)