1 | !7 |
2 | |
3 | /* |
4 | |
5 | */ |
6 | |
7 | concept Example {
|
8 | S text; |
9 | bool pos; |
10 | } |
11 | |
12 | concept Pattern {
|
13 | S text; |
14 | <Example> solvedExamples; |
15 | } |
16 | |
17 | cmodule PatternMakerSpike {
|
18 | transient Concepts cc; |
19 | |
20 | start-thread {
|
21 | cc = new Concepts; |
22 | |
23 | } |
24 | } |
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: | #1028096 |
| Snippet name: | Pattern Maker Spike [dev.] |
| Eternal ID of this version: | #1028096/1 |
| Text MD5: | 802ef1d6e69b3deda2c98536bb0efa13 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-18 19:45:56 |
| Source code size: | 243 bytes / 24 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 378 / 422 |
| Referenced in: | [show references] |