static S ctxUnbracket(S exp) { if (exp.startsWith("(") && exp.endsWith(")")) { S e = dropFirstAndLast(exp); if (hasRoundBracketHygiene(e)) ret e; } ret exp; }
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: | #1008886 |
| Snippet name: | ctxUnbracket |
| Eternal ID of this version: | #1008886/1 |
| Text MD5: | 40c639affd5fb8cb7a95a23c50fe334d |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-15 18:46:42 |
| Source code size: | 178 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 709 / 788 |
| Referenced in: | [show references] |