Skip to content

Commit

Permalink
Cont operations
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Nov 30, 2023
1 parent e64021c commit ba51d56
Showing 1 changed file with 69 additions and 6 deletions.
75 changes: 69 additions & 6 deletions cp0.json
Original file line number Diff line number Diff line change
Expand Up @@ -15766,7 +15766,15 @@
]
},
"value_flow": {
"doc_stack": ""
"doc_stack": "",
"inputs": {
"stack": [
]
},
"outputs": {
"stack": [
]
}
}
},
{
Expand All @@ -15784,7 +15792,15 @@
"operands": []
},
"value_flow": {
"doc_stack": ""
"doc_stack": "",
"inputs": {
"stack": [
]
},
"outputs": {
"stack": [
]
}
}
},
{
Expand All @@ -15802,7 +15818,15 @@
"operands": []
},
"value_flow": {
"doc_stack": ""
"doc_stack": "",
"inputs": {
"stack": [
]
},
"outputs": {
"stack": [
]
}
}
},
{
Expand All @@ -15820,7 +15844,20 @@
"operands": []
},
"value_flow": {
"doc_stack": "f - "
"doc_stack": "f - ",
"inputs": {
"stack": [
{
"type": "simple",
"name": "f",
"value_types": ["Integer"]
}
]
},
"outputs": {
"stack": [
]
}
}
},
{
Expand All @@ -15838,7 +15875,20 @@
"operands": []
},
"value_flow": {
"doc_stack": "c - "
"doc_stack": "c - ",
"inputs": {
"stack": [
{
"type": "simple",
"name": "c",
"value_types": ["Continuation"]
}
]
},
"outputs": {
"stack": [
]
}
}
},
{
Expand All @@ -15856,7 +15906,20 @@
"operands": []
},
"value_flow": {
"doc_stack": "c - "
"doc_stack": "c - ",
"inputs": {
"stack": [
{
"type": "simple",
"name": "c",
"value_types": ["Continuation"]
}
]
},
"outputs": {
"stack": [
]
}
}
},
{
Expand Down

0 comments on commit ba51d56

Please sign in to comment.