Libraryless. Click here for Pure Java version (2510L/16K).
1 | static transformable record BasicLogicRule<A>(A lhs, A rhs) {
|
2 | O trail; |
3 | |
4 | toString {
|
5 | ret lhs + " => " + rhs; |
6 | } |
7 | |
8 | S render() { ret toString(); }
|
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027753 |
| Snippet name: | BasicLogicRule |
| Eternal ID of this version: | #1027753/6 |
| Text MD5: | 0abd9cd85baacb436d76a1763f142062 |
| Transpilation MD5: | c1bb6b47144f96f3c167ae2d275fcb7f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-12 12:57:49 |
| Source code size: | 168 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 523 / 935 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |