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

8
LINES

< > BotCompany Repo | #1012781 // canSimpleMatchTriple_dollarVars - handles repeating vars but not vars in part of a third

JavaX fragment (include)

static bool canSimpleMatchTriple_dollarVars(T3<Symbol> pat, T3<Symbol> t) {
  if (pat == null || t == null) false;
  ret simpleMatchTriple_dollarVars(pat.a, pat.b, pat.c, t) != null;
}
  
static bool canSimpleMatchTriple_dollarVars(Symbol patA, Symbol patB, Symbol patC, T3<Symbol> t) {
  ret simpleMatchTriple_dollarVars(patA, patB, patC, t) != null;
}

Author comment

Began life as a copy of #1012621

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1012781
Snippet name: canSimpleMatchTriple_dollarVars - handles repeating vars but not vars in part of a third
Eternal ID of this version: #1012781/1
Text MD5: b2beea620b52925c1fbaec03846de474
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-13 02:53:42
Source code size: 360 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 376 / 395
Referenced in: [show references]