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

9
LINES

< > BotCompany Repo | #1027753 // BasicLogicRule

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2510L/16K).

static transformable record BasicLogicRule<A>(A lhs, A rhs) {
  O trail;
    
  toString {
    ret lhs + " => " + rhs;
  }
  
  S render() { ret toString(); }
}

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: 221 / 564
Version history: 5 change(s)
Referenced in: [show references]