rio-de-js
Version:
Divsense Rio Lib Builder
77 lines (74 loc) • 1.36 kB
JSON
STATTEEE {
"symbols": [
"foo"
],
"use": {
"foo": {
"start": {
"offset": 7,
"line": 1,
"column": 8
},
"end": {
"offset": 10,
"line": 1,
"column": 11
}
},
"composeK": {
"start": {
"offset": 163,
"line": 10,
"column": 7
},
"end": {
"offset": 178,
"line": 10,
"column": 22
}
},
"bar": {
"start": {
"offset": 163,
"line": 10,
"column": 7
},
"end": {
"offset": 166,
"line": 10,
"column": 10
}
},
"ofIO": {
"start": {
"offset": 171,
"line": 10,
"column": 15
},
"end": {
"offset": 175,
"line": 10,
"column": 19
}
},
"r": {
"start": {
"offset": 176,
"line": 10,
"column": 20
},
"end": {
"offset": 177,
"line": 10,
"column": 21
}
}
},
"scopes": []
}
IDEN [ { name: 'composeK', loc: { start: [Object], end: [Object] } },
{ name: 'bar', loc: { start: [Object], end: [Object] } },
{ name: 'ofIO', loc: { start: [Object], end: [Object] } },
{ name: 'r', loc: { start: [Object], end: [Object] } } ]
const foo = composeK(bar, ofIO(r));
exports.foo=foo