Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1017309 // parseResultWithVerifiedAssumptions

JavaX fragment (include)

static ParseResult1 parseResultWithVerifiedAssumptions(ParseResult1 p, L<PairS> verified) {
  if (empty(verified)) null;
  ret ParseResult1(p.pat, p.input, listPlusList(p.matches, verified), listMinusList(p.assumptions, verified));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017309
Snippet name: parseResultWithVerifiedAssumptions
Eternal ID of this version: #1017309/1
Text MD5: ccc1cb290f491f7db74dc7d542c0f935
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-16 16:18:06
Source code size: 238 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 292 / 324
Referenced in: [show references]