// same task
// measured, not ranked
// explicit +D5 +D3
type R = Ok | Bad
const d = check(x)
// script +D8 -D6
const n = bal - amt
console.log(n)
// service +D6 +D11 -D8
const c = await auth(actor)
await ledger.write(entry)
await audit.record(c.hash)
// profile it, don't rank it
facet.profile(src, intent)
// same task
// measured, not ranked
// explicit +D5 +D3
type R = Ok | Bad
const d = check(x)
// script +D8 -D6
const n = bal - amt
console.log(n)
// service +D6 +D11 -D8
const c = await auth(actor)
await ledger.write(entry)
await audit.record(c.hash)
// profile it, don't rank it
facet.profile(src, intent)
// same task
// measured, not ranked
// explicit +D5 +D3
type R = Ok | Bad
const d = check(x)
// script +D8 -D6
const n = bal - amt
console.log(n)
// service +D6 +D11 -D8
const c = await auth(actor)
await ledger.write(entry)
await audit.record(c.hash)
// profile it, don't rank it
facet.profile(src, intent)