From 35529e98f237c0382054e6b020a2256431286fba Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Sat, 3 Aug 2019 10:50:04 -0700 Subject: [PATCH 1/4] Remove badges --- scripts/lib/steps/stepToBetaReducePreviewAfter.ts | 4 ++-- scripts/lib/steps/stepToBetaReducePreviewCrossed.ts | 9 +-------- src/types/ExpressionTypes.ts | 10 ++-------- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/scripts/lib/steps/stepToBetaReducePreviewAfter.ts b/scripts/lib/steps/stepToBetaReducePreviewAfter.ts index 8aa536c61..46a8c374c 100644 --- a/scripts/lib/steps/stepToBetaReducePreviewAfter.ts +++ b/scripts/lib/steps/stepToBetaReducePreviewAfter.ts @@ -140,7 +140,7 @@ export function toBetaReducePreviewAfter( ...e, highlightType: 'active', topLeftBadgeType: 'none', - bottomRightBadgeType: 'funcBound' + bottomRightBadgeType: 'none' } } } else if (funcSide && !e.bound) { @@ -148,7 +148,7 @@ export function toBetaReducePreviewAfter( ...e, highlightType: 'active', topLeftBadgeType: 'none', - bottomRightBadgeType: 'funcUnbound' + bottomRightBadgeType: 'none' } } else { return { diff --git a/scripts/lib/steps/stepToBetaReducePreviewCrossed.ts b/scripts/lib/steps/stepToBetaReducePreviewCrossed.ts index 1a138b437..52f3dc105 100644 --- a/scripts/lib/steps/stepToBetaReducePreviewCrossed.ts +++ b/scripts/lib/steps/stepToBetaReducePreviewCrossed.ts @@ -58,19 +58,12 @@ function toCrossed( topLeftBadgeType: 'none', bottomRightBadgeType: 'callArg' } - } else if (e.bound) { - return { - ...e, - highlightType: 'active', - topLeftBadgeType: 'none', - bottomRightBadgeType: 'funcBound' - } } else { return { ...e, highlightType: 'active', topLeftBadgeType: 'none', - bottomRightBadgeType: 'funcUnbound' + bottomRightBadgeType: 'none' } } } else if (isFunction(e)) { diff --git a/src/types/ExpressionTypes.ts b/src/types/ExpressionTypes.ts index 0131c7e29..5e59e9494 100644 --- a/src/types/ExpressionTypes.ts +++ b/src/types/ExpressionTypes.ts @@ -288,18 +288,12 @@ export type CallStateToVariableState = C extends 'default' | 'unmatchFuncBound' : C extends 'betaReducePreviewAfter' ? - | 'activeFuncBound' + | 'active' | 'activeFuncArg' - | 'activeFuncUnbound' | 'highlightCallArgBetaReduceCallArg' | 'betaReduced' : C extends 'betaReducePreviewCrossed' - ? - | 'active' - | 'removedFuncArg' - | 'removedCallArg' - | 'activeFuncUnbound' - | 'activeFuncBound' + ? 'active' | 'removedFuncArg' | 'removedCallArg' : C extends 'magicalExpanded' ? 'highlighted' | 'active' : never From ec6a8a75a646008e0282d6ce2d4955413b73cf7d Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Sat, 3 Aug 2019 10:50:09 -0700 Subject: [PATCH 2/4] Run precompute again --- src/lib/runners/bmms.json | 8 +- src/lib/runners/bozr.json | 1286 ++++++++++++++++++------------------- src/lib/runners/bpsz.json | 1048 +++++++++++++++--------------- src/lib/runners/ccon.json | 236 +++---- src/lib/runners/cnoq.json | 16 +- src/lib/runners/ctyl.json | 50 +- src/lib/runners/dcfi.json | 90 +-- src/lib/runners/diis.json | 2 +- src/lib/runners/dmwy.json | 4 +- src/lib/runners/dpar.json | 2 +- src/lib/runners/dwnj.json | 14 +- src/lib/runners/eemn.json | 44 +- src/lib/runners/efyy.json | 4 +- src/lib/runners/fiab.json | 126 ++-- src/lib/runners/grla.json | 2 +- src/lib/runners/gszp.json | 8 +- src/lib/runners/gtwk.json | 74 +-- src/lib/runners/gwtp.json | 2 +- src/lib/runners/hdxc.json | 6 +- src/lib/runners/hluq.json | 4 +- src/lib/runners/ilrn.json | 800 +++++++++++------------ src/lib/runners/issq.json | 4 +- src/lib/runners/izgz.json | 12 +- src/lib/runners/jbam.json | 2 +- src/lib/runners/jiqb.json | 46 +- src/lib/runners/jliw.json | 18 +- src/lib/runners/jmqh.json | 6 +- src/lib/runners/jreq.json | 1040 +++++++++++++++--------------- src/lib/runners/kbnn.json | 2 +- src/lib/runners/kjyi.json | 2 +- src/lib/runners/knhw.json | 2 +- src/lib/runners/kntz.json | 8 +- src/lib/runners/ktyt.json | 128 ++-- src/lib/runners/kvso.json | 2 +- src/lib/runners/mhgm.json | 2 +- src/lib/runners/mihy.json | 18 +- src/lib/runners/mnfh.json | 54 +- src/lib/runners/msiw.json | 2 +- src/lib/runners/ngus.json | 306 ++++----- src/lib/runners/pbgd.json | 2 +- src/lib/runners/peoq.json | 72 +-- src/lib/runners/pgtx.json | 246 +++---- src/lib/runners/plts.json | 302 ++++----- src/lib/runners/pzui.json | 246 +++---- src/lib/runners/qxgl.json | 6 +- src/lib/runners/rome.json | 134 ++-- src/lib/runners/rqdn.json | 126 ++-- src/lib/runners/rzbq.json | 44 +- src/lib/runners/snsr.json | 8 +- src/lib/runners/syfp.json | 18 +- src/lib/runners/syhh.json | 52 +- src/lib/runners/ttvy.json | 2 +- src/lib/runners/tuqr.json | 32 +- src/lib/runners/unck.json | 142 ++-- src/lib/runners/usta.json | 4 +- src/lib/runners/uwma.json | 4 +- src/lib/runners/vpjw.json | 6 +- src/lib/runners/wafy.json | 32 +- src/lib/runners/wunw.json | 2 +- src/lib/runners/xhwx.json | 6 +- src/lib/runners/zuam.json | 42 +- src/lib/runners/zuus.json | 2 +- src/lib/runners/zvet.json | 18 +- 63 files changed, 3497 insertions(+), 3531 deletions(-) diff --git a/src/lib/runners/bmms.json b/src/lib/runners/bmms.json index 3259d4436..d50279daa 100644 --- a/src/lib/runners/bmms.json +++ b/src/lib/runners/bmms.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -466,7 +466,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -477,7 +477,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -781,7 +781,7 @@ "name": "v", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/bozr.json b/src/lib/runners/bozr.json index b82f80ea1..4989b06a8 100644 --- a/src/lib/runners/bozr.json +++ b/src/lib/runners/bozr.json @@ -1442,7 +1442,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1457,7 +1457,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1471,7 +1471,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1629,7 +1629,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1644,7 +1644,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2001,7 +2001,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2016,7 +2016,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2030,7 +2030,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2048,7 +2048,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2062,7 +2062,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2077,7 +2077,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2089,7 +2089,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2106,7 +2106,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2123,7 +2123,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2140,7 +2140,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2158,7 +2158,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2188,7 +2188,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2203,7 +2203,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2217,7 +2217,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2235,7 +2235,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2249,7 +2249,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2264,7 +2264,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2276,7 +2276,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2293,7 +2293,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2310,7 +2310,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2327,7 +2327,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2345,7 +2345,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5417,7 +5417,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5431,7 +5431,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5446,7 +5446,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5458,7 +5458,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5475,7 +5475,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5492,7 +5492,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5527,7 +5527,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5790,7 +5790,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5806,7 +5806,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5820,7 +5820,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5838,7 +5838,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5852,7 +5852,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5867,7 +5867,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5879,7 +5879,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5896,7 +5896,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5913,7 +5913,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5930,7 +5930,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5948,7 +5948,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5978,7 +5978,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5993,7 +5993,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6007,7 +6007,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6025,7 +6025,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6039,7 +6039,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6054,7 +6054,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6066,7 +6066,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6083,7 +6083,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6100,7 +6100,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6117,7 +6117,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6135,7 +6135,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6169,7 +6169,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6183,7 +6183,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6198,7 +6198,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6210,7 +6210,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6227,7 +6227,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6244,7 +6244,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6261,7 +6261,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6279,7 +6279,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8909,7 +8909,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8924,7 +8924,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8936,7 +8936,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9354,7 +9354,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9372,7 +9372,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9820,7 +9820,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9835,7 +9835,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9847,7 +9847,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9864,7 +9864,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9883,7 +9883,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -9898,7 +9898,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9912,7 +9912,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9930,7 +9930,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9944,7 +9944,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9959,7 +9959,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9971,7 +9971,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9988,7 +9988,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10005,7 +10005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10022,7 +10022,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10040,7 +10040,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10070,7 +10070,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10086,7 +10086,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10100,7 +10100,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10118,7 +10118,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10132,7 +10132,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10147,7 +10147,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10159,7 +10159,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10176,7 +10176,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10193,7 +10193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10210,7 +10210,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10228,7 +10228,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10265,7 +10265,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10283,7 +10283,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12407,7 +12407,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12444,7 +12444,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12459,7 +12459,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12473,7 +12473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12491,7 +12491,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12505,7 +12505,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12520,7 +12520,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12532,7 +12532,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12549,7 +12549,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12566,7 +12566,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12583,7 +12583,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12601,7 +12601,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12631,7 +12631,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12661,7 +12661,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12679,7 +12679,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12693,7 +12693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12708,7 +12708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12720,7 +12720,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12737,7 +12737,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12754,7 +12754,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12771,7 +12771,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12789,7 +12789,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12826,7 +12826,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12908,7 +12908,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12921,7 +12921,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12938,7 +12938,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12958,7 +12958,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12973,7 +12973,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12987,7 +12987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13005,7 +13005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13019,7 +13019,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13034,7 +13034,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13046,7 +13046,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13063,7 +13063,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13080,7 +13080,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13097,7 +13097,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13115,7 +13115,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13145,7 +13145,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13161,7 +13161,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13175,7 +13175,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13193,7 +13193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13207,7 +13207,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13222,7 +13222,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13234,7 +13234,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13251,7 +13251,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13268,7 +13268,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13285,7 +13285,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13303,7 +13303,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13340,7 +13340,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13358,7 +13358,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19523,7 +19523,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19537,7 +19537,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19552,7 +19552,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19564,7 +19564,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19581,7 +19581,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19598,7 +19598,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19615,7 +19615,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19633,7 +19633,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19936,7 +19936,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19952,7 +19952,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19966,7 +19966,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19984,7 +19984,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19998,7 +19998,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20013,7 +20013,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20025,7 +20025,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20042,7 +20042,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20059,7 +20059,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20076,7 +20076,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20094,7 +20094,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20124,7 +20124,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20139,7 +20139,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20153,7 +20153,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20171,7 +20171,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20185,7 +20185,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20200,7 +20200,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20212,7 +20212,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20229,7 +20229,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20246,7 +20246,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20263,7 +20263,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20281,7 +20281,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20315,7 +20315,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20329,7 +20329,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20344,7 +20344,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20356,7 +20356,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20373,7 +20373,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20390,7 +20390,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20407,7 +20407,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20425,7 +20425,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23255,7 +23255,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23270,7 +23270,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23282,7 +23282,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23299,7 +23299,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -23700,7 +23700,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23718,7 +23718,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24206,7 +24206,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24221,7 +24221,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24233,7 +24233,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24250,7 +24250,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24269,7 +24269,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -24284,7 +24284,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24298,7 +24298,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24316,7 +24316,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24330,7 +24330,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24345,7 +24345,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24357,7 +24357,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24374,7 +24374,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24391,7 +24391,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24408,7 +24408,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24426,7 +24426,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24456,7 +24456,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24472,7 +24472,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24486,7 +24486,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24504,7 +24504,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24518,7 +24518,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24533,7 +24533,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24545,7 +24545,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24562,7 +24562,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24579,7 +24579,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24596,7 +24596,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24614,7 +24614,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24651,7 +24651,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24669,7 +24669,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -26995,7 +26995,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27032,7 +27032,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27047,7 +27047,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27061,7 +27061,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27079,7 +27079,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27093,7 +27093,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27108,7 +27108,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27120,7 +27120,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27137,7 +27137,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27154,7 +27154,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27171,7 +27171,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27189,7 +27189,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27219,7 +27219,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27235,7 +27235,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27249,7 +27249,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27267,7 +27267,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27281,7 +27281,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27296,7 +27296,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27308,7 +27308,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27325,7 +27325,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27342,7 +27342,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27359,7 +27359,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27377,7 +27377,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27414,7 +27414,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27536,7 +27536,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27549,7 +27549,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27566,7 +27566,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27586,7 +27586,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27601,7 +27601,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27615,7 +27615,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27633,7 +27633,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27647,7 +27647,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27662,7 +27662,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27674,7 +27674,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27691,7 +27691,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27708,7 +27708,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27725,7 +27725,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27743,7 +27743,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27773,7 +27773,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27789,7 +27789,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27803,7 +27803,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27821,7 +27821,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27835,7 +27835,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27850,7 +27850,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27862,7 +27862,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27879,7 +27879,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27896,7 +27896,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27913,7 +27913,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27931,7 +27931,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27968,7 +27968,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27986,7 +27986,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34669,7 +34669,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34683,7 +34683,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34698,7 +34698,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34710,7 +34710,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34727,7 +34727,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -34744,7 +34744,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34761,7 +34761,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34779,7 +34779,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35122,7 +35122,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35138,7 +35138,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35152,7 +35152,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35170,7 +35170,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35184,7 +35184,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35199,7 +35199,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35211,7 +35211,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35228,7 +35228,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35245,7 +35245,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35262,7 +35262,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35280,7 +35280,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35310,7 +35310,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35325,7 +35325,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35339,7 +35339,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35357,7 +35357,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35371,7 +35371,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35386,7 +35386,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35398,7 +35398,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35415,7 +35415,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35432,7 +35432,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35449,7 +35449,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35467,7 +35467,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35501,7 +35501,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35515,7 +35515,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35530,7 +35530,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35542,7 +35542,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35559,7 +35559,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35576,7 +35576,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35593,7 +35593,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35611,7 +35611,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38641,7 +38641,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38656,7 +38656,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38668,7 +38668,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38685,7 +38685,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39086,7 +39086,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39104,7 +39104,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39632,7 +39632,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39647,7 +39647,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39659,7 +39659,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39676,7 +39676,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39695,7 +39695,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -39710,7 +39710,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39724,7 +39724,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39742,7 +39742,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39756,7 +39756,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39771,7 +39771,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39783,7 +39783,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39800,7 +39800,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39817,7 +39817,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39834,7 +39834,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39852,7 +39852,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39882,7 +39882,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39898,7 +39898,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39912,7 +39912,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39930,7 +39930,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39944,7 +39944,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39959,7 +39959,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39971,7 +39971,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39988,7 +39988,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40005,7 +40005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40022,7 +40022,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40040,7 +40040,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40077,7 +40077,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40095,7 +40095,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42621,7 +42621,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42658,7 +42658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -42673,7 +42673,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42687,7 +42687,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42705,7 +42705,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42719,7 +42719,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42734,7 +42734,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42746,7 +42746,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42763,7 +42763,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42780,7 +42780,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42797,7 +42797,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42815,7 +42815,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42845,7 +42845,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42861,7 +42861,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42875,7 +42875,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42893,7 +42893,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42907,7 +42907,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42922,7 +42922,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42934,7 +42934,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42951,7 +42951,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42968,7 +42968,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42985,7 +42985,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43003,7 +43003,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43040,7 +43040,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43202,7 +43202,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43215,7 +43215,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43232,7 +43232,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43252,7 +43252,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -43267,7 +43267,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43281,7 +43281,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43299,7 +43299,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43313,7 +43313,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43328,7 +43328,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43340,7 +43340,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43357,7 +43357,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43374,7 +43374,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43391,7 +43391,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43409,7 +43409,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43439,7 +43439,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43455,7 +43455,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43469,7 +43469,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43487,7 +43487,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43501,7 +43501,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43516,7 +43516,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43528,7 +43528,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43545,7 +43545,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43562,7 +43562,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43579,7 +43579,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43597,7 +43597,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43634,7 +43634,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43652,7 +43652,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50855,7 +50855,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50869,7 +50869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50884,7 +50884,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50896,7 +50896,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50913,7 +50913,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -50930,7 +50930,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50947,7 +50947,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50965,7 +50965,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51348,7 +51348,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51364,7 +51364,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51378,7 +51378,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51396,7 +51396,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51410,7 +51410,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51425,7 +51425,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51437,7 +51437,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51454,7 +51454,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51471,7 +51471,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51488,7 +51488,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51506,7 +51506,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51536,7 +51536,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51551,7 +51551,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51565,7 +51565,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51583,7 +51583,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51597,7 +51597,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51612,7 +51612,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51624,7 +51624,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51641,7 +51641,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51658,7 +51658,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51675,7 +51675,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51693,7 +51693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51727,7 +51727,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51741,7 +51741,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51756,7 +51756,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51768,7 +51768,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51785,7 +51785,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51802,7 +51802,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51819,7 +51819,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51837,7 +51837,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55067,7 +55067,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55082,7 +55082,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55094,7 +55094,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55111,7 +55111,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -55512,7 +55512,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55530,7 +55530,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56098,7 +56098,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56113,7 +56113,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56125,7 +56125,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56142,7 +56142,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56161,7 +56161,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -56176,7 +56176,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56190,7 +56190,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56208,7 +56208,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56222,7 +56222,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56237,7 +56237,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56249,7 +56249,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56266,7 +56266,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56283,7 +56283,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56300,7 +56300,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56318,7 +56318,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56348,7 +56348,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56364,7 +56364,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56378,7 +56378,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56396,7 +56396,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56410,7 +56410,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56425,7 +56425,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56437,7 +56437,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56454,7 +56454,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56471,7 +56471,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56488,7 +56488,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56506,7 +56506,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56543,7 +56543,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56561,7 +56561,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59287,7 +59287,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59324,7 +59324,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -59339,7 +59339,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59353,7 +59353,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59371,7 +59371,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59385,7 +59385,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59400,7 +59400,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59412,7 +59412,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59429,7 +59429,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59446,7 +59446,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59463,7 +59463,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59481,7 +59481,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59511,7 +59511,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59527,7 +59527,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59541,7 +59541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59559,7 +59559,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59573,7 +59573,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59588,7 +59588,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59600,7 +59600,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59617,7 +59617,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59634,7 +59634,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59651,7 +59651,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59669,7 +59669,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59706,7 +59706,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59908,7 +59908,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59921,7 +59921,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59938,7 +59938,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59958,7 +59958,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -59973,7 +59973,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59987,7 +59987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60005,7 +60005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60019,7 +60019,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60034,7 +60034,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60046,7 +60046,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60063,7 +60063,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60080,7 +60080,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60097,7 +60097,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60115,7 +60115,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60145,7 +60145,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60161,7 +60161,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60175,7 +60175,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60193,7 +60193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60207,7 +60207,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60222,7 +60222,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60234,7 +60234,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60251,7 +60251,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60268,7 +60268,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60285,7 +60285,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60303,7 +60303,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60340,7 +60340,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60358,7 +60358,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68081,7 +68081,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68095,7 +68095,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68110,7 +68110,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68122,7 +68122,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68139,7 +68139,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -68156,7 +68156,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68173,7 +68173,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68191,7 +68191,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68614,7 +68614,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -68630,7 +68630,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -68644,7 +68644,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68662,7 +68662,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68676,7 +68676,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68691,7 +68691,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68703,7 +68703,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68720,7 +68720,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -68737,7 +68737,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68754,7 +68754,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68772,7 +68772,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68802,7 +68802,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68817,7 +68817,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -68831,7 +68831,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68849,7 +68849,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68863,7 +68863,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68878,7 +68878,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68890,7 +68890,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68907,7 +68907,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -68924,7 +68924,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68941,7 +68941,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68959,7 +68959,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68993,7 +68993,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -69007,7 +69007,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -69022,7 +69022,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -69034,7 +69034,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -69051,7 +69051,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -69068,7 +69068,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -69085,7 +69085,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -69103,7 +69103,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -72533,7 +72533,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -72548,7 +72548,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -72560,7 +72560,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -72577,7 +72577,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -72978,7 +72978,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -72996,7 +72996,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73604,7 +73604,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -73619,7 +73619,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -73631,7 +73631,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73648,7 +73648,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -73667,7 +73667,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -73682,7 +73682,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -73696,7 +73696,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73714,7 +73714,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73728,7 +73728,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -73743,7 +73743,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -73755,7 +73755,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73772,7 +73772,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -73789,7 +73789,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73806,7 +73806,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73824,7 +73824,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73854,7 +73854,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73870,7 +73870,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -73884,7 +73884,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73902,7 +73902,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73916,7 +73916,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -73931,7 +73931,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -73943,7 +73943,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73960,7 +73960,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -73977,7 +73977,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -73994,7 +73994,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -74012,7 +74012,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -74049,7 +74049,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -74067,7 +74067,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -76993,7 +76993,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77030,7 +77030,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -77045,7 +77045,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77059,7 +77059,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77077,7 +77077,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77091,7 +77091,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77106,7 +77106,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77118,7 +77118,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77135,7 +77135,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77152,7 +77152,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77169,7 +77169,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77187,7 +77187,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77217,7 +77217,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77233,7 +77233,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77247,7 +77247,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77265,7 +77265,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77279,7 +77279,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77294,7 +77294,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77306,7 +77306,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77323,7 +77323,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77340,7 +77340,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77357,7 +77357,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77375,7 +77375,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77412,7 +77412,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77654,7 +77654,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77667,7 +77667,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77684,7 +77684,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77704,7 +77704,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -77719,7 +77719,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77733,7 +77733,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77751,7 +77751,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77765,7 +77765,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77780,7 +77780,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77792,7 +77792,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77809,7 +77809,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77826,7 +77826,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77843,7 +77843,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77861,7 +77861,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77891,7 +77891,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77907,7 +77907,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -77921,7 +77921,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77939,7 +77939,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77953,7 +77953,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77968,7 +77968,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77980,7 +77980,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77997,7 +77997,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -78014,7 +78014,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -78031,7 +78031,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -78049,7 +78049,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -78086,7 +78086,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -78104,7 +78104,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/bpsz.json b/src/lib/runners/bpsz.json index 62bcc3bb0..ec2ae7dea 100644 --- a/src/lib/runners/bpsz.json +++ b/src/lib/runners/bpsz.json @@ -1447,7 +1447,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1462,7 +1462,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1476,7 +1476,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1635,7 +1635,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1650,7 +1650,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1664,7 +1664,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2009,7 +2009,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2024,7 +2024,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2038,7 +2038,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2056,7 +2056,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2070,7 +2070,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2085,7 +2085,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2097,7 +2097,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2114,7 +2114,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2131,7 +2131,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2148,7 +2148,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2166,7 +2166,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2197,7 +2197,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2212,7 +2212,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2226,7 +2226,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2244,7 +2244,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2258,7 +2258,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2273,7 +2273,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2285,7 +2285,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2302,7 +2302,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2319,7 +2319,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2336,7 +2336,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2354,7 +2354,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5442,7 +5442,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5456,7 +5456,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5471,7 +5471,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5483,7 +5483,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5500,7 +5500,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5517,7 +5517,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5534,7 +5534,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5552,7 +5552,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5817,7 +5817,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5833,7 +5833,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5847,7 +5847,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5865,7 +5865,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5879,7 +5879,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5894,7 +5894,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5906,7 +5906,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5923,7 +5923,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5940,7 +5940,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5957,7 +5957,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5975,7 +5975,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6006,7 +6006,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6021,7 +6021,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6035,7 +6035,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6053,7 +6053,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6067,7 +6067,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6082,7 +6082,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6094,7 +6094,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6111,7 +6111,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6128,7 +6128,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6145,7 +6145,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6163,7 +6163,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6198,7 +6198,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6212,7 +6212,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6227,7 +6227,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6239,7 +6239,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6256,7 +6256,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6273,7 +6273,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6290,7 +6290,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6308,7 +6308,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8968,7 +8968,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8980,7 +8980,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8997,7 +8997,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9400,7 +9400,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9418,7 +9418,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9869,7 +9869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9884,7 +9884,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9896,7 +9896,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9913,7 +9913,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9932,7 +9932,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -9947,7 +9947,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9961,7 +9961,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9979,7 +9979,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9993,7 +9993,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10008,7 +10008,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10020,7 +10020,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10037,7 +10037,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10054,7 +10054,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10071,7 +10071,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10089,7 +10089,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10120,7 +10120,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10136,7 +10136,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10150,7 +10150,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10168,7 +10168,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10182,7 +10182,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10197,7 +10197,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10209,7 +10209,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10226,7 +10226,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10243,7 +10243,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10260,7 +10260,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10278,7 +10278,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10316,7 +10316,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10334,7 +10334,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12471,7 +12471,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12508,7 +12508,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12523,7 +12523,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12537,7 +12537,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12555,7 +12555,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12569,7 +12569,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12584,7 +12584,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12596,7 +12596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12613,7 +12613,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12630,7 +12630,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12665,7 +12665,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12696,7 +12696,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12712,7 +12712,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12726,7 +12726,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12744,7 +12744,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12758,7 +12758,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12773,7 +12773,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12785,7 +12785,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12802,7 +12802,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12819,7 +12819,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12836,7 +12836,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12854,7 +12854,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12892,7 +12892,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12910,7 +12910,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12974,7 +12974,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12987,7 +12987,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13004,7 +13004,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13024,7 +13024,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -13039,7 +13039,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13053,7 +13053,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13071,7 +13071,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13085,7 +13085,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13100,7 +13100,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13112,7 +13112,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13129,7 +13129,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13146,7 +13146,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13163,7 +13163,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13181,7 +13181,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13212,7 +13212,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13228,7 +13228,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13242,7 +13242,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13260,7 +13260,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13274,7 +13274,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13289,7 +13289,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13301,7 +13301,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13318,7 +13318,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13335,7 +13335,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13352,7 +13352,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13370,7 +13370,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13408,7 +13408,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13426,7 +13426,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19618,7 +19618,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19632,7 +19632,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19647,7 +19647,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19659,7 +19659,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19676,7 +19676,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19693,7 +19693,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19710,7 +19710,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19728,7 +19728,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20033,7 +20033,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20049,7 +20049,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20063,7 +20063,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20081,7 +20081,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20095,7 +20095,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20110,7 +20110,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20122,7 +20122,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20139,7 +20139,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20156,7 +20156,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20173,7 +20173,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20191,7 +20191,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20222,7 +20222,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20237,7 +20237,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20251,7 +20251,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20269,7 +20269,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20283,7 +20283,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20298,7 +20298,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20310,7 +20310,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20327,7 +20327,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20344,7 +20344,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20361,7 +20361,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20379,7 +20379,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20414,7 +20414,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20428,7 +20428,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20443,7 +20443,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20455,7 +20455,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20472,7 +20472,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20489,7 +20489,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20506,7 +20506,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20524,7 +20524,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23369,7 +23369,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23384,7 +23384,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23396,7 +23396,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23413,7 +23413,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -23816,7 +23816,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23834,7 +23834,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24325,7 +24325,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24340,7 +24340,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24352,7 +24352,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24369,7 +24369,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24388,7 +24388,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -24403,7 +24403,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24417,7 +24417,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24435,7 +24435,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24449,7 +24449,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24464,7 +24464,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24476,7 +24476,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24493,7 +24493,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24510,7 +24510,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24527,7 +24527,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24545,7 +24545,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24576,7 +24576,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24592,7 +24592,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24606,7 +24606,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24624,7 +24624,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24638,7 +24638,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24653,7 +24653,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24665,7 +24665,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24682,7 +24682,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24699,7 +24699,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24716,7 +24716,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24734,7 +24734,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24772,7 +24772,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24790,7 +24790,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27129,7 +27129,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27166,7 +27166,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27181,7 +27181,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27195,7 +27195,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27213,7 +27213,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27227,7 +27227,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27242,7 +27242,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27254,7 +27254,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27271,7 +27271,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27288,7 +27288,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27305,7 +27305,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27323,7 +27323,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27354,7 +27354,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27370,7 +27370,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27384,7 +27384,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27402,7 +27402,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27416,7 +27416,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27431,7 +27431,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27443,7 +27443,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27460,7 +27460,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27477,7 +27477,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27494,7 +27494,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27512,7 +27512,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27550,7 +27550,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27568,7 +27568,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27672,7 +27672,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27685,7 +27685,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27702,7 +27702,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27722,7 +27722,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27737,7 +27737,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27751,7 +27751,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27769,7 +27769,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27783,7 +27783,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27798,7 +27798,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27810,7 +27810,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27827,7 +27827,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27844,7 +27844,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27861,7 +27861,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27879,7 +27879,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27910,7 +27910,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27926,7 +27926,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27940,7 +27940,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27958,7 +27958,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27972,7 +27972,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27987,7 +27987,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27999,7 +27999,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28016,7 +28016,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -28033,7 +28033,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28050,7 +28050,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28068,7 +28068,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28106,7 +28106,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28124,7 +28124,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34834,7 +34834,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34848,7 +34848,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34863,7 +34863,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34875,7 +34875,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34892,7 +34892,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -34909,7 +34909,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34926,7 +34926,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34944,7 +34944,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35289,7 +35289,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35305,7 +35305,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35319,7 +35319,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35337,7 +35337,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35351,7 +35351,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35366,7 +35366,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35378,7 +35378,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35395,7 +35395,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35412,7 +35412,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35429,7 +35429,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35447,7 +35447,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35478,7 +35478,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35493,7 +35493,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35507,7 +35507,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35525,7 +35525,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35539,7 +35539,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35554,7 +35554,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35566,7 +35566,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35583,7 +35583,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35600,7 +35600,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35617,7 +35617,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35635,7 +35635,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35670,7 +35670,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35684,7 +35684,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35699,7 +35699,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35711,7 +35711,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35728,7 +35728,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35745,7 +35745,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35762,7 +35762,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35780,7 +35780,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38825,7 +38825,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38840,7 +38840,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38852,7 +38852,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38869,7 +38869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39272,7 +39272,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39290,7 +39290,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39821,7 +39821,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39836,7 +39836,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39848,7 +39848,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39865,7 +39865,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39884,7 +39884,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -39899,7 +39899,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39913,7 +39913,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39931,7 +39931,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39945,7 +39945,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39960,7 +39960,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39972,7 +39972,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39989,7 +39989,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40006,7 +40006,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40023,7 +40023,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40041,7 +40041,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40072,7 +40072,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40088,7 +40088,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40102,7 +40102,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40120,7 +40120,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40134,7 +40134,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -40149,7 +40149,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -40161,7 +40161,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40178,7 +40178,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40195,7 +40195,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40212,7 +40212,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40230,7 +40230,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40268,7 +40268,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40286,7 +40286,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42825,7 +42825,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42862,7 +42862,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -42877,7 +42877,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42891,7 +42891,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42909,7 +42909,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42923,7 +42923,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42938,7 +42938,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42950,7 +42950,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42967,7 +42967,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42984,7 +42984,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43001,7 +43001,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43019,7 +43019,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43050,7 +43050,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43066,7 +43066,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43080,7 +43080,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43098,7 +43098,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43112,7 +43112,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43127,7 +43127,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43139,7 +43139,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43156,7 +43156,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43173,7 +43173,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43190,7 +43190,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43208,7 +43208,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43246,7 +43246,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43264,7 +43264,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43408,7 +43408,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43421,7 +43421,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43438,7 +43438,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43458,7 +43458,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -43473,7 +43473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43487,7 +43487,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43505,7 +43505,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43519,7 +43519,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43534,7 +43534,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43546,7 +43546,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43563,7 +43563,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43580,7 +43580,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43597,7 +43597,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43615,7 +43615,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43646,7 +43646,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43662,7 +43662,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43676,7 +43676,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43694,7 +43694,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43708,7 +43708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43723,7 +43723,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43735,7 +43735,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43752,7 +43752,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43769,7 +43769,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43786,7 +43786,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43804,7 +43804,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43842,7 +43842,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43860,7 +43860,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51090,7 +51090,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51104,7 +51104,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51119,7 +51119,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51131,7 +51131,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51148,7 +51148,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51165,7 +51165,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51182,7 +51182,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51200,7 +51200,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51585,7 +51585,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51601,7 +51601,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51615,7 +51615,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51633,7 +51633,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51647,7 +51647,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51662,7 +51662,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51674,7 +51674,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51691,7 +51691,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51708,7 +51708,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51725,7 +51725,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51743,7 +51743,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51774,7 +51774,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51789,7 +51789,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51803,7 +51803,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51821,7 +51821,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51835,7 +51835,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51850,7 +51850,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51862,7 +51862,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51879,7 +51879,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51896,7 +51896,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51913,7 +51913,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51931,7 +51931,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51966,7 +51966,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51980,7 +51980,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51995,7 +51995,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -52007,7 +52007,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -52024,7 +52024,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -52041,7 +52041,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -52058,7 +52058,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -52076,7 +52076,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55321,7 +55321,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55336,7 +55336,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55348,7 +55348,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55365,7 +55365,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -55768,7 +55768,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55786,7 +55786,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56357,7 +56357,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56372,7 +56372,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56384,7 +56384,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56401,7 +56401,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56420,7 +56420,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -56435,7 +56435,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56449,7 +56449,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56467,7 +56467,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56481,7 +56481,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56496,7 +56496,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56508,7 +56508,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56525,7 +56525,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56542,7 +56542,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56559,7 +56559,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56577,7 +56577,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56608,7 +56608,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56624,7 +56624,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56638,7 +56638,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56656,7 +56656,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56670,7 +56670,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56685,7 +56685,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56697,7 +56697,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56714,7 +56714,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56731,7 +56731,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56748,7 +56748,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56766,7 +56766,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56804,7 +56804,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56822,7 +56822,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59561,7 +59561,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59598,7 +59598,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -59613,7 +59613,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59627,7 +59627,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59645,7 +59645,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59659,7 +59659,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59674,7 +59674,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59686,7 +59686,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59703,7 +59703,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59720,7 +59720,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59737,7 +59737,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59755,7 +59755,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59786,7 +59786,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59802,7 +59802,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59816,7 +59816,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59834,7 +59834,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59848,7 +59848,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59863,7 +59863,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59875,7 +59875,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59892,7 +59892,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59909,7 +59909,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59926,7 +59926,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59944,7 +59944,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59982,7 +59982,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60000,7 +60000,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60184,7 +60184,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60197,7 +60197,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60214,7 +60214,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60234,7 +60234,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -60249,7 +60249,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60263,7 +60263,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60281,7 +60281,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60295,7 +60295,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60310,7 +60310,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60322,7 +60322,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60339,7 +60339,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60356,7 +60356,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60373,7 +60373,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60391,7 +60391,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60422,7 +60422,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60438,7 +60438,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60452,7 +60452,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60470,7 +60470,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60484,7 +60484,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60499,7 +60499,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60511,7 +60511,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60528,7 +60528,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60545,7 +60545,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60562,7 +60562,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60580,7 +60580,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60618,7 +60618,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60636,7 +60636,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/ccon.json b/src/lib/runners/ccon.json index a87ecf3e5..8247c39e0 100644 --- a/src/lib/runners/ccon.json +++ b/src/lib/runners/ccon.json @@ -1293,7 +1293,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1305,7 +1305,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1318,7 +1318,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1331,7 +1331,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1346,7 +1346,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1359,7 +1359,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1374,7 +1374,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1388,7 +1388,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1401,7 +1401,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1432,7 +1432,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1670,7 +1670,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1683,7 +1683,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1696,7 +1696,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1711,7 +1711,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1724,7 +1724,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1739,7 +1739,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1753,7 +1753,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1766,7 +1766,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1780,7 +1780,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1797,7 +1797,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1819,7 +1819,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1835,7 +1835,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1848,7 +1848,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1862,7 +1862,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1879,7 +1879,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3163,7 +3163,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3176,7 +3176,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3561,7 +3561,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3574,7 +3574,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3589,7 +3589,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3603,7 +3603,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3616,7 +3616,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3630,7 +3630,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3647,7 +3647,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3673,7 +3673,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3687,7 +3687,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3700,7 +3700,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3714,7 +3714,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3731,7 +3731,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5099,7 +5099,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5113,7 +5113,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5126,7 +5126,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5140,7 +5140,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5157,7 +5157,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5183,7 +5183,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5197,7 +5197,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5210,7 +5210,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5224,7 +5224,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5241,7 +5241,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5383,7 +5383,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5397,7 +5397,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5411,7 +5411,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5425,7 +5425,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5438,7 +5438,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5452,7 +5452,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5469,7 +5469,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5495,7 +5495,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5522,7 +5522,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5536,7 +5536,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5553,7 +5553,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7363,7 +7363,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7376,7 +7376,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7507,7 +7507,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7727,7 +7727,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7740,7 +7740,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7756,7 +7756,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -7769,7 +7769,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7783,7 +7783,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7798,7 +7798,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7811,7 +7811,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7825,7 +7825,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7842,7 +7842,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7871,7 +7871,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9363,7 +9363,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9379,7 +9379,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -9392,7 +9392,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9406,7 +9406,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9421,7 +9421,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9434,7 +9434,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9448,7 +9448,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9465,7 +9465,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9608,7 +9608,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9624,7 +9624,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -9637,7 +9637,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9651,7 +9651,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9666,7 +9666,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9679,7 +9679,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9693,7 +9693,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9710,7 +9710,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9740,7 +9740,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9753,7 +9753,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11062,7 +11062,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -11077,7 +11077,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -11090,7 +11090,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11104,7 +11104,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11119,7 +11119,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11132,7 +11132,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11146,7 +11146,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11163,7 +11163,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11945,7 +11945,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11958,7 +11958,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12003,7 +12003,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12123,7 +12123,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12136,7 +12136,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12151,7 +12151,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12164,7 +12164,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12181,7 +12181,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12797,7 +12797,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12812,7 +12812,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12825,7 +12825,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12928,7 +12928,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12943,7 +12943,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12956,7 +12956,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12973,7 +12973,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13447,7 +13447,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/cnoq.json b/src/lib/runners/cnoq.json index 9bcf1f890..5566760e8 100644 --- a/src/lib/runners/cnoq.json +++ b/src/lib/runners/cnoq.json @@ -541,7 +541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -554,7 +554,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -567,7 +567,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -647,7 +647,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -660,7 +660,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -673,7 +673,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -686,7 +686,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1335,7 +1335,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/ctyl.json b/src/lib/runners/ctyl.json index e26e147c1..eae117536 100644 --- a/src/lib/runners/ctyl.json +++ b/src/lib/runners/ctyl.json @@ -995,7 +995,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1007,7 +1007,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1248,7 +1248,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1260,7 +1260,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1274,7 +1274,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1288,7 +1288,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1300,7 +1300,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1311,7 +1311,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2198,7 +2198,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2212,7 +2212,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2224,7 +2224,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2235,7 +2235,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2363,7 +2363,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2377,7 +2377,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2388,7 +2388,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2404,7 +2404,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2418,7 +2418,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2430,7 +2430,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2441,7 +2441,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3144,7 +3144,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3156,7 +3156,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3167,7 +3167,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3577,7 +3577,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3588,7 +3588,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3892,7 +3892,7 @@ "name": "z", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/dcfi.json b/src/lib/runners/dcfi.json index ad95102fc..9d8c2f610 100644 --- a/src/lib/runners/dcfi.json +++ b/src/lib/runners/dcfi.json @@ -1639,7 +1639,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -1653,7 +1653,7 @@ "name": "i", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1665,7 +1665,7 @@ "name": "i", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1678,7 +1678,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1701,7 +1701,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1714,7 +1714,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1729,7 +1729,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1743,7 +1743,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1754,7 +1754,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1771,7 +1771,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1785,7 +1785,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1797,7 +1797,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1808,7 +1808,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2040,7 +2040,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -2054,7 +2054,7 @@ "name": "i", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2066,7 +2066,7 @@ "name": "i", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2079,7 +2079,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2102,7 +2102,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -2115,7 +2115,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2130,7 +2130,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -2144,7 +2144,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2155,7 +2155,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2172,7 +2172,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2186,7 +2186,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2198,7 +2198,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2209,7 +2209,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2227,7 +2227,7 @@ "name": "j", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2244,7 +2244,7 @@ "name": "k", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2255,7 +2255,7 @@ "name": "k", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3945,7 +3945,7 @@ "name": "k", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3956,7 +3956,7 @@ "name": "k", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5575,7 +5575,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5587,7 +5587,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5598,7 +5598,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6748,7 +6748,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6993,7 +6993,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7005,7 +7005,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7016,7 +7016,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8001,7 +8001,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8012,7 +8012,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8786,7 +8786,7 @@ "name": "l", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8798,7 +8798,7 @@ "name": "m", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8811,7 +8811,7 @@ "name": "m", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8825,7 +8825,7 @@ "name": "l", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8842,7 +8842,7 @@ "name": "l", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/diis.json b/src/lib/runners/diis.json index b3d5715fe..c7ea2af11 100644 --- a/src/lib/runners/diis.json +++ b/src/lib/runners/diis.json @@ -314,7 +314,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/dmwy.json b/src/lib/runners/dmwy.json index ad335cf39..e95198da1 100644 --- a/src/lib/runners/dmwy.json +++ b/src/lib/runners/dmwy.json @@ -126,7 +126,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -137,7 +137,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/dpar.json b/src/lib/runners/dpar.json index a5e506265..03ca2fabd 100644 --- a/src/lib/runners/dpar.json +++ b/src/lib/runners/dpar.json @@ -374,7 +374,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/dwnj.json b/src/lib/runners/dwnj.json index 0b8f4c392..e2725a92e 100644 --- a/src/lib/runners/dwnj.json +++ b/src/lib/runners/dwnj.json @@ -541,7 +541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -554,7 +554,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -567,7 +567,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -647,7 +647,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -660,7 +660,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -673,7 +673,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -686,7 +686,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 diff --git a/src/lib/runners/eemn.json b/src/lib/runners/eemn.json index 2f51acf4b..c5689becd 100644 --- a/src/lib/runners/eemn.json +++ b/src/lib/runners/eemn.json @@ -818,7 +818,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -830,7 +830,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -843,7 +843,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -858,7 +858,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -941,7 +941,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1050,7 +1050,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1062,7 +1062,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1075,7 +1075,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1090,7 +1090,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1104,7 +1104,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1119,7 +1119,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1131,7 +1131,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1144,7 +1144,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1173,7 +1173,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1877,7 +1877,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1889,7 +1889,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2027,7 +2027,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2039,7 +2039,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2052,7 +2052,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2643,7 +2643,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2747,7 +2747,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2760,7 +2760,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/efyy.json b/src/lib/runners/efyy.json index 7cad71fda..35f82625b 100644 --- a/src/lib/runners/efyy.json +++ b/src/lib/runners/efyy.json @@ -133,7 +133,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -146,7 +146,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/fiab.json b/src/lib/runners/fiab.json index 22a123004..69b784c44 100644 --- a/src/lib/runners/fiab.json +++ b/src/lib/runners/fiab.json @@ -1293,7 +1293,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1305,7 +1305,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1318,7 +1318,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1331,7 +1331,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1346,7 +1346,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1359,7 +1359,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1374,7 +1374,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1388,7 +1388,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1401,7 +1401,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1432,7 +1432,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1670,7 +1670,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1683,7 +1683,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1696,7 +1696,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1711,7 +1711,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1724,7 +1724,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1739,7 +1739,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1753,7 +1753,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1766,7 +1766,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1780,7 +1780,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1797,7 +1797,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1819,7 +1819,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1835,7 +1835,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1848,7 +1848,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1862,7 +1862,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1879,7 +1879,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3163,7 +3163,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3176,7 +3176,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3561,7 +3561,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3574,7 +3574,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3589,7 +3589,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3603,7 +3603,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3616,7 +3616,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3630,7 +3630,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3647,7 +3647,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3673,7 +3673,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3687,7 +3687,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3700,7 +3700,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3714,7 +3714,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3731,7 +3731,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5099,7 +5099,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5113,7 +5113,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5126,7 +5126,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5140,7 +5140,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5157,7 +5157,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5183,7 +5183,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5197,7 +5197,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5210,7 +5210,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5224,7 +5224,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5241,7 +5241,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5383,7 +5383,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5397,7 +5397,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5411,7 +5411,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5425,7 +5425,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5438,7 +5438,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5452,7 +5452,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5469,7 +5469,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5495,7 +5495,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5522,7 +5522,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5536,7 +5536,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5553,7 +5553,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/grla.json b/src/lib/runners/grla.json index d5d09bb20..1fb03b934 100644 --- a/src/lib/runners/grla.json +++ b/src/lib/runners/grla.json @@ -33,7 +33,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/gszp.json b/src/lib/runners/gszp.json index 60b72da2a..83109859e 100644 --- a/src/lib/runners/gszp.json +++ b/src/lib/runners/gszp.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -466,7 +466,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -477,7 +477,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -731,7 +731,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/gtwk.json b/src/lib/runners/gtwk.json index 24910431c..9b0bc4adc 100644 --- a/src/lib/runners/gtwk.json +++ b/src/lib/runners/gtwk.json @@ -1071,7 +1071,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1084,7 +1084,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1385,7 +1385,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1398,7 +1398,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1413,7 +1413,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1427,7 +1427,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1439,7 +1439,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1450,7 +1450,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1472,7 +1472,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1486,7 +1486,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1498,7 +1498,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1509,7 +1509,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2642,7 +2642,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2656,7 +2656,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2668,7 +2668,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2679,7 +2679,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2701,7 +2701,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2715,7 +2715,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2727,7 +2727,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2738,7 +2738,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2867,7 +2867,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2882,7 +2882,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2893,7 +2893,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2909,7 +2909,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2923,7 +2923,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2935,7 +2935,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2946,7 +2946,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2968,7 +2968,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2982,7 +2982,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2994,7 +2994,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3005,7 +3005,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4013,7 +4013,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4025,7 +4025,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4036,7 +4036,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4446,7 +4446,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4457,7 +4457,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4761,7 +4761,7 @@ "name": "z", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/gwtp.json b/src/lib/runners/gwtp.json index 3f05ce1cd..04d0d6790 100644 --- a/src/lib/runners/gwtp.json +++ b/src/lib/runners/gwtp.json @@ -84,7 +84,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/hdxc.json b/src/lib/runners/hdxc.json index 8e146a075..ec9238329 100644 --- a/src/lib/runners/hdxc.json +++ b/src/lib/runners/hdxc.json @@ -383,7 +383,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -394,7 +394,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -698,7 +698,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/hluq.json b/src/lib/runners/hluq.json index d41e36961..0189494e9 100644 --- a/src/lib/runners/hluq.json +++ b/src/lib/runners/hluq.json @@ -319,7 +319,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -330,7 +330,7 @@ "name": "o", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/ilrn.json b/src/lib/runners/ilrn.json index 5d98c213a..f174a6cad 100644 --- a/src/lib/runners/ilrn.json +++ b/src/lib/runners/ilrn.json @@ -1447,7 +1447,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1462,7 +1462,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1476,7 +1476,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1635,7 +1635,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1650,7 +1650,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1664,7 +1664,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2009,7 +2009,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2024,7 +2024,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2038,7 +2038,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2056,7 +2056,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2070,7 +2070,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2085,7 +2085,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2097,7 +2097,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2114,7 +2114,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2131,7 +2131,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2148,7 +2148,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2166,7 +2166,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2197,7 +2197,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2212,7 +2212,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2226,7 +2226,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2244,7 +2244,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2258,7 +2258,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2273,7 +2273,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2285,7 +2285,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2302,7 +2302,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2319,7 +2319,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2336,7 +2336,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2354,7 +2354,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5442,7 +5442,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5456,7 +5456,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5471,7 +5471,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5483,7 +5483,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5500,7 +5500,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5517,7 +5517,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5534,7 +5534,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5552,7 +5552,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5817,7 +5817,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5833,7 +5833,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5847,7 +5847,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5865,7 +5865,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5879,7 +5879,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5894,7 +5894,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5906,7 +5906,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5923,7 +5923,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5940,7 +5940,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5957,7 +5957,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5975,7 +5975,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6006,7 +6006,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6021,7 +6021,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6035,7 +6035,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6053,7 +6053,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6067,7 +6067,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6082,7 +6082,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6094,7 +6094,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6111,7 +6111,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6128,7 +6128,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6145,7 +6145,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6163,7 +6163,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6198,7 +6198,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6212,7 +6212,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6227,7 +6227,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6239,7 +6239,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6256,7 +6256,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6273,7 +6273,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6290,7 +6290,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6308,7 +6308,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8968,7 +8968,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8980,7 +8980,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8997,7 +8997,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9400,7 +9400,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9418,7 +9418,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9869,7 +9869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9884,7 +9884,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9896,7 +9896,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9913,7 +9913,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9932,7 +9932,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -9947,7 +9947,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9961,7 +9961,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9979,7 +9979,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9993,7 +9993,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10008,7 +10008,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10020,7 +10020,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10037,7 +10037,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10054,7 +10054,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10071,7 +10071,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10089,7 +10089,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10120,7 +10120,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10136,7 +10136,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10150,7 +10150,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10168,7 +10168,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10182,7 +10182,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10197,7 +10197,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10209,7 +10209,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10226,7 +10226,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10243,7 +10243,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10260,7 +10260,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10278,7 +10278,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10316,7 +10316,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10334,7 +10334,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12471,7 +12471,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12508,7 +12508,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12523,7 +12523,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12537,7 +12537,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12555,7 +12555,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12569,7 +12569,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12584,7 +12584,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12596,7 +12596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12613,7 +12613,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12630,7 +12630,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12665,7 +12665,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12696,7 +12696,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12712,7 +12712,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12726,7 +12726,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12744,7 +12744,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12758,7 +12758,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12773,7 +12773,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12785,7 +12785,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12802,7 +12802,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12819,7 +12819,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12836,7 +12836,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12854,7 +12854,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12892,7 +12892,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12910,7 +12910,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12974,7 +12974,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12987,7 +12987,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13004,7 +13004,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13024,7 +13024,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -13039,7 +13039,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13053,7 +13053,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13071,7 +13071,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13085,7 +13085,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13100,7 +13100,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13112,7 +13112,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13129,7 +13129,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13146,7 +13146,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13163,7 +13163,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13181,7 +13181,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13212,7 +13212,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13228,7 +13228,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13242,7 +13242,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13260,7 +13260,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13274,7 +13274,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13289,7 +13289,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13301,7 +13301,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13318,7 +13318,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13335,7 +13335,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13352,7 +13352,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13370,7 +13370,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13408,7 +13408,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13426,7 +13426,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19618,7 +19618,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19632,7 +19632,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19647,7 +19647,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19659,7 +19659,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19676,7 +19676,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19693,7 +19693,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19710,7 +19710,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19728,7 +19728,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20033,7 +20033,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20049,7 +20049,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20063,7 +20063,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20081,7 +20081,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20095,7 +20095,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20110,7 +20110,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20122,7 +20122,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20139,7 +20139,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20156,7 +20156,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20173,7 +20173,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20191,7 +20191,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20222,7 +20222,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20237,7 +20237,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20251,7 +20251,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20269,7 +20269,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20283,7 +20283,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20298,7 +20298,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20310,7 +20310,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20327,7 +20327,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20344,7 +20344,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20361,7 +20361,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20379,7 +20379,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20414,7 +20414,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20428,7 +20428,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20443,7 +20443,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20455,7 +20455,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20472,7 +20472,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20489,7 +20489,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20506,7 +20506,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20524,7 +20524,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23369,7 +23369,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23384,7 +23384,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23396,7 +23396,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23413,7 +23413,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -23816,7 +23816,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23834,7 +23834,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24325,7 +24325,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24340,7 +24340,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24352,7 +24352,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24369,7 +24369,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24388,7 +24388,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -24403,7 +24403,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24417,7 +24417,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24435,7 +24435,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24449,7 +24449,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24464,7 +24464,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24476,7 +24476,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24493,7 +24493,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24510,7 +24510,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24527,7 +24527,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24545,7 +24545,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24576,7 +24576,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24592,7 +24592,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24606,7 +24606,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24624,7 +24624,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24638,7 +24638,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24653,7 +24653,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24665,7 +24665,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24682,7 +24682,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24699,7 +24699,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24716,7 +24716,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24734,7 +24734,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24772,7 +24772,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24790,7 +24790,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27129,7 +27129,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27166,7 +27166,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27181,7 +27181,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27195,7 +27195,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27213,7 +27213,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27227,7 +27227,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27242,7 +27242,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27254,7 +27254,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27271,7 +27271,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27288,7 +27288,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27305,7 +27305,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27323,7 +27323,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27354,7 +27354,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27370,7 +27370,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27384,7 +27384,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27402,7 +27402,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27416,7 +27416,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27431,7 +27431,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27443,7 +27443,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27460,7 +27460,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27477,7 +27477,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27494,7 +27494,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27512,7 +27512,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27550,7 +27550,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27568,7 +27568,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27672,7 +27672,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27685,7 +27685,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27702,7 +27702,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27722,7 +27722,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27737,7 +27737,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27751,7 +27751,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27769,7 +27769,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27783,7 +27783,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27798,7 +27798,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27810,7 +27810,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27827,7 +27827,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27844,7 +27844,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27861,7 +27861,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27879,7 +27879,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27910,7 +27910,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27926,7 +27926,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27940,7 +27940,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27958,7 +27958,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27972,7 +27972,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27987,7 +27987,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27999,7 +27999,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28016,7 +28016,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -28033,7 +28033,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28050,7 +28050,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28068,7 +28068,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28106,7 +28106,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -28124,7 +28124,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34834,7 +34834,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34848,7 +34848,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34863,7 +34863,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34875,7 +34875,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34892,7 +34892,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -34909,7 +34909,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34926,7 +34926,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34944,7 +34944,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35289,7 +35289,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35305,7 +35305,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35319,7 +35319,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35337,7 +35337,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35351,7 +35351,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35366,7 +35366,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35378,7 +35378,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35395,7 +35395,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35412,7 +35412,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35429,7 +35429,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35447,7 +35447,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35478,7 +35478,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35493,7 +35493,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35507,7 +35507,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35525,7 +35525,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35539,7 +35539,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35554,7 +35554,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35566,7 +35566,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35583,7 +35583,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35600,7 +35600,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35617,7 +35617,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35635,7 +35635,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35670,7 +35670,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35684,7 +35684,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35699,7 +35699,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35711,7 +35711,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35728,7 +35728,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35745,7 +35745,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35762,7 +35762,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35780,7 +35780,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38825,7 +38825,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38840,7 +38840,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38852,7 +38852,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38869,7 +38869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39272,7 +39272,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39290,7 +39290,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39821,7 +39821,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39836,7 +39836,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39848,7 +39848,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39865,7 +39865,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39884,7 +39884,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -39899,7 +39899,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39913,7 +39913,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39931,7 +39931,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39945,7 +39945,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39960,7 +39960,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39972,7 +39972,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39989,7 +39989,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40006,7 +40006,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40023,7 +40023,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40041,7 +40041,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40072,7 +40072,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40088,7 +40088,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40102,7 +40102,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40120,7 +40120,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40134,7 +40134,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -40149,7 +40149,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -40161,7 +40161,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40178,7 +40178,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40195,7 +40195,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40212,7 +40212,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40230,7 +40230,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40268,7 +40268,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40286,7 +40286,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42825,7 +42825,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42862,7 +42862,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -42877,7 +42877,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42891,7 +42891,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42909,7 +42909,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42923,7 +42923,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42938,7 +42938,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42950,7 +42950,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42967,7 +42967,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42984,7 +42984,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43001,7 +43001,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43019,7 +43019,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43050,7 +43050,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43066,7 +43066,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43080,7 +43080,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43098,7 +43098,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43112,7 +43112,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43127,7 +43127,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43139,7 +43139,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43156,7 +43156,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43173,7 +43173,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43190,7 +43190,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43208,7 +43208,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43246,7 +43246,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43264,7 +43264,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43408,7 +43408,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43421,7 +43421,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43438,7 +43438,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43458,7 +43458,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -43473,7 +43473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43487,7 +43487,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43505,7 +43505,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43519,7 +43519,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43534,7 +43534,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43546,7 +43546,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43563,7 +43563,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43580,7 +43580,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43597,7 +43597,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43615,7 +43615,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43646,7 +43646,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43662,7 +43662,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43676,7 +43676,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43694,7 +43694,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43708,7 +43708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43723,7 +43723,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43735,7 +43735,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43752,7 +43752,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43769,7 +43769,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43786,7 +43786,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43804,7 +43804,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43842,7 +43842,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43860,7 +43860,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/issq.json b/src/lib/runners/issq.json index 006a88a2d..502f535d8 100644 --- a/src/lib/runners/issq.json +++ b/src/lib/runners/issq.json @@ -48,7 +48,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59,7 +59,7 @@ "name": "o", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/izgz.json b/src/lib/runners/izgz.json index e486deb48..13379ae36 100644 --- a/src/lib/runners/izgz.json +++ b/src/lib/runners/izgz.json @@ -48,7 +48,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -61,7 +61,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -118,7 +118,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -132,7 +132,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -145,7 +145,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -451,7 +451,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/jbam.json b/src/lib/runners/jbam.json index 0dfb24c76..b5e2dc812 100644 --- a/src/lib/runners/jbam.json +++ b/src/lib/runners/jbam.json @@ -184,7 +184,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/jiqb.json b/src/lib/runners/jiqb.json index 0e43cc79f..53cd2b4f5 100644 --- a/src/lib/runners/jiqb.json +++ b/src/lib/runners/jiqb.json @@ -5,38 +5,18 @@ "previouslyChangedExpressionState": "default", "expression": { "arg": { - "arg": { - "name": "shorthandNumber", - "highlightType": "default", - "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", - "type": "variable", - "argPriorityAgg": [ - 1, - 2 - ], - "funcPriorityAgg": [], - "emphasizePriority": false, - "bound": true, - "shorthandNumber": 2 - }, - "func": { - "name": "shorthandFunc", - "highlightType": "default", - "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", - "type": "variable", - "argPriorityAgg": [], - "funcPriorityAgg": [ - 2 - ], - "emphasizePriority": false, - "bound": true, - "shorthandFunc": "add" - }, - "state": "default", - "type": "call", - "priority": 2 + "name": "shorthandNumber", + "highlightType": "default", + "topLeftBadgeType": "none", + "bottomRightBadgeType": "none", + "type": "variable", + "argPriorityAgg": [ + 1 + ], + "funcPriorityAgg": [], + "emphasizePriority": false, + "bound": true, + "shorthandNumber": 2 }, "func": { "name": "shorthandFunc", @@ -70,7 +50,7 @@ "funcPriorityAgg": [], "emphasizePriority": false, "bound": true, - "shorthandNumber": 4 + "shorthandNumber": 3 } } ], diff --git a/src/lib/runners/jliw.json b/src/lib/runners/jliw.json index 200b0f0af..498750afa 100644 --- a/src/lib/runners/jliw.json +++ b/src/lib/runners/jliw.json @@ -915,7 +915,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -926,7 +926,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1657,7 +1657,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1669,7 +1669,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1680,7 +1680,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2090,7 +2090,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2173,7 +2173,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2184,7 +2184,7 @@ "name": "y", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2438,7 +2438,7 @@ "name": "y", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/jmqh.json b/src/lib/runners/jmqh.json index 0ac13f9bf..693430ba9 100644 --- a/src/lib/runners/jmqh.json +++ b/src/lib/runners/jmqh.json @@ -163,7 +163,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -227,7 +227,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -238,7 +238,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/jreq.json b/src/lib/runners/jreq.json index 8b26e0d49..a379f4c43 100644 --- a/src/lib/runners/jreq.json +++ b/src/lib/runners/jreq.json @@ -1442,7 +1442,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1457,7 +1457,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1471,7 +1471,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1629,7 +1629,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1644,7 +1644,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2001,7 +2001,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2016,7 +2016,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2030,7 +2030,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2048,7 +2048,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2062,7 +2062,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2077,7 +2077,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2089,7 +2089,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2106,7 +2106,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2123,7 +2123,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2140,7 +2140,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2158,7 +2158,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2188,7 +2188,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2203,7 +2203,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2217,7 +2217,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2235,7 +2235,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2249,7 +2249,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2264,7 +2264,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2276,7 +2276,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2293,7 +2293,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2310,7 +2310,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2327,7 +2327,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2345,7 +2345,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5417,7 +5417,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5431,7 +5431,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5446,7 +5446,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5458,7 +5458,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5475,7 +5475,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5492,7 +5492,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5527,7 +5527,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5790,7 +5790,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5806,7 +5806,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5820,7 +5820,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5838,7 +5838,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5852,7 +5852,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5867,7 +5867,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5879,7 +5879,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5896,7 +5896,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5913,7 +5913,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5930,7 +5930,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5948,7 +5948,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5978,7 +5978,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5993,7 +5993,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6007,7 +6007,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6025,7 +6025,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6039,7 +6039,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6054,7 +6054,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6066,7 +6066,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6083,7 +6083,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6100,7 +6100,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6117,7 +6117,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6135,7 +6135,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6169,7 +6169,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6183,7 +6183,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6198,7 +6198,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6210,7 +6210,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6227,7 +6227,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6244,7 +6244,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6261,7 +6261,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6279,7 +6279,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8909,7 +8909,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8924,7 +8924,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8936,7 +8936,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9354,7 +9354,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9372,7 +9372,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9820,7 +9820,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9835,7 +9835,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9847,7 +9847,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9864,7 +9864,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9883,7 +9883,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -9898,7 +9898,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9912,7 +9912,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9930,7 +9930,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9944,7 +9944,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9959,7 +9959,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9971,7 +9971,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9988,7 +9988,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10005,7 +10005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10022,7 +10022,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10040,7 +10040,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10070,7 +10070,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10086,7 +10086,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10100,7 +10100,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10118,7 +10118,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10132,7 +10132,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10147,7 +10147,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10159,7 +10159,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10176,7 +10176,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10193,7 +10193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10210,7 +10210,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10228,7 +10228,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10265,7 +10265,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10283,7 +10283,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12407,7 +12407,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12444,7 +12444,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12459,7 +12459,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12473,7 +12473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12491,7 +12491,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12505,7 +12505,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12520,7 +12520,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12532,7 +12532,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12549,7 +12549,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12566,7 +12566,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12583,7 +12583,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12601,7 +12601,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12631,7 +12631,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12661,7 +12661,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12679,7 +12679,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12693,7 +12693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12708,7 +12708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12720,7 +12720,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12737,7 +12737,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12754,7 +12754,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12771,7 +12771,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12789,7 +12789,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12826,7 +12826,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12908,7 +12908,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12921,7 +12921,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12938,7 +12938,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12958,7 +12958,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12973,7 +12973,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12987,7 +12987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13005,7 +13005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13019,7 +13019,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13034,7 +13034,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13046,7 +13046,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13063,7 +13063,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13080,7 +13080,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13097,7 +13097,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13115,7 +13115,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13145,7 +13145,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13161,7 +13161,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13175,7 +13175,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13193,7 +13193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13207,7 +13207,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13222,7 +13222,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13234,7 +13234,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13251,7 +13251,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13268,7 +13268,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13285,7 +13285,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13303,7 +13303,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13340,7 +13340,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13358,7 +13358,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19523,7 +19523,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19537,7 +19537,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19552,7 +19552,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19564,7 +19564,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19581,7 +19581,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19598,7 +19598,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19615,7 +19615,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19633,7 +19633,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19936,7 +19936,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19952,7 +19952,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -19966,7 +19966,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19984,7 +19984,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19998,7 +19998,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20013,7 +20013,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20025,7 +20025,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20042,7 +20042,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20059,7 +20059,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20076,7 +20076,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20094,7 +20094,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20124,7 +20124,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20139,7 +20139,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20153,7 +20153,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20171,7 +20171,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20185,7 +20185,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20200,7 +20200,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20212,7 +20212,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20229,7 +20229,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20246,7 +20246,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20263,7 +20263,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20281,7 +20281,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20315,7 +20315,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20329,7 +20329,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20344,7 +20344,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -20356,7 +20356,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20373,7 +20373,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -20390,7 +20390,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20407,7 +20407,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -20425,7 +20425,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23255,7 +23255,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23270,7 +23270,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23282,7 +23282,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23299,7 +23299,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -23700,7 +23700,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23718,7 +23718,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24206,7 +24206,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24221,7 +24221,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24233,7 +24233,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24250,7 +24250,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24269,7 +24269,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -24284,7 +24284,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24298,7 +24298,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24316,7 +24316,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24330,7 +24330,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24345,7 +24345,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24357,7 +24357,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24374,7 +24374,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24391,7 +24391,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24408,7 +24408,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24426,7 +24426,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24456,7 +24456,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24472,7 +24472,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24486,7 +24486,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24504,7 +24504,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24518,7 +24518,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24533,7 +24533,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -24545,7 +24545,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24562,7 +24562,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -24579,7 +24579,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24596,7 +24596,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24614,7 +24614,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24651,7 +24651,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -24669,7 +24669,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -26995,7 +26995,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27032,7 +27032,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27047,7 +27047,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27061,7 +27061,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27079,7 +27079,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27093,7 +27093,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27108,7 +27108,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27120,7 +27120,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27137,7 +27137,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27154,7 +27154,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27171,7 +27171,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27189,7 +27189,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27219,7 +27219,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27235,7 +27235,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27249,7 +27249,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27267,7 +27267,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27281,7 +27281,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27296,7 +27296,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27308,7 +27308,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27325,7 +27325,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27342,7 +27342,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27359,7 +27359,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27377,7 +27377,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27414,7 +27414,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27536,7 +27536,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27549,7 +27549,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27566,7 +27566,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27586,7 +27586,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -27601,7 +27601,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27615,7 +27615,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27633,7 +27633,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27647,7 +27647,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27662,7 +27662,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27674,7 +27674,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27691,7 +27691,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27708,7 +27708,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27725,7 +27725,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27743,7 +27743,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27773,7 +27773,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27789,7 +27789,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27803,7 +27803,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27821,7 +27821,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27835,7 +27835,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27850,7 +27850,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27862,7 +27862,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27879,7 +27879,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -27896,7 +27896,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27913,7 +27913,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27931,7 +27931,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27968,7 +27968,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27986,7 +27986,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34669,7 +34669,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34683,7 +34683,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34698,7 +34698,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34710,7 +34710,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34727,7 +34727,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -34744,7 +34744,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34761,7 +34761,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34779,7 +34779,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35122,7 +35122,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35138,7 +35138,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35152,7 +35152,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35170,7 +35170,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35184,7 +35184,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35199,7 +35199,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35211,7 +35211,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35228,7 +35228,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35245,7 +35245,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35262,7 +35262,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35280,7 +35280,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35310,7 +35310,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35325,7 +35325,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35339,7 +35339,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35357,7 +35357,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35371,7 +35371,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35386,7 +35386,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35398,7 +35398,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35415,7 +35415,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35432,7 +35432,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35449,7 +35449,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35467,7 +35467,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35501,7 +35501,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35515,7 +35515,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35530,7 +35530,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -35542,7 +35542,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35559,7 +35559,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -35576,7 +35576,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35593,7 +35593,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -35611,7 +35611,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38641,7 +38641,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38656,7 +38656,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38668,7 +38668,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38685,7 +38685,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39086,7 +39086,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39104,7 +39104,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39632,7 +39632,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39647,7 +39647,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39659,7 +39659,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39676,7 +39676,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39695,7 +39695,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -39710,7 +39710,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39724,7 +39724,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39742,7 +39742,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39756,7 +39756,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39771,7 +39771,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39783,7 +39783,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39800,7 +39800,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39817,7 +39817,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39834,7 +39834,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39852,7 +39852,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39882,7 +39882,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39898,7 +39898,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -39912,7 +39912,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39930,7 +39930,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39944,7 +39944,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39959,7 +39959,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -39971,7 +39971,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39988,7 +39988,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -40005,7 +40005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40022,7 +40022,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40040,7 +40040,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40077,7 +40077,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -40095,7 +40095,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42621,7 +42621,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42658,7 +42658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -42673,7 +42673,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42687,7 +42687,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42705,7 +42705,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42719,7 +42719,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42734,7 +42734,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42746,7 +42746,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42763,7 +42763,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42780,7 +42780,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42797,7 +42797,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42815,7 +42815,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42845,7 +42845,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42861,7 +42861,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42875,7 +42875,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42893,7 +42893,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42907,7 +42907,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42922,7 +42922,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42934,7 +42934,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42951,7 +42951,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -42968,7 +42968,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42985,7 +42985,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43003,7 +43003,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43040,7 +43040,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43202,7 +43202,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43215,7 +43215,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43232,7 +43232,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43252,7 +43252,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -43267,7 +43267,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43281,7 +43281,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43299,7 +43299,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43313,7 +43313,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43328,7 +43328,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43340,7 +43340,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43357,7 +43357,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43374,7 +43374,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43391,7 +43391,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43409,7 +43409,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43439,7 +43439,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43455,7 +43455,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43469,7 +43469,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43487,7 +43487,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43501,7 +43501,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43516,7 +43516,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43528,7 +43528,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43545,7 +43545,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -43562,7 +43562,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43579,7 +43579,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43597,7 +43597,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43634,7 +43634,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43652,7 +43652,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50855,7 +50855,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50869,7 +50869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50884,7 +50884,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50896,7 +50896,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50913,7 +50913,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -50930,7 +50930,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50947,7 +50947,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50965,7 +50965,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51348,7 +51348,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51364,7 +51364,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51378,7 +51378,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51396,7 +51396,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51410,7 +51410,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51425,7 +51425,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51437,7 +51437,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51454,7 +51454,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51471,7 +51471,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51488,7 +51488,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51506,7 +51506,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51536,7 +51536,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51551,7 +51551,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51565,7 +51565,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51583,7 +51583,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51597,7 +51597,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51612,7 +51612,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51624,7 +51624,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51641,7 +51641,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51658,7 +51658,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51675,7 +51675,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51693,7 +51693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51727,7 +51727,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51741,7 +51741,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51756,7 +51756,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51768,7 +51768,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51785,7 +51785,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -51802,7 +51802,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51819,7 +51819,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51837,7 +51837,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55067,7 +55067,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55082,7 +55082,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55094,7 +55094,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55111,7 +55111,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -55512,7 +55512,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55530,7 +55530,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56098,7 +56098,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56113,7 +56113,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56125,7 +56125,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56142,7 +56142,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56161,7 +56161,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -56176,7 +56176,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56190,7 +56190,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56208,7 +56208,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56222,7 +56222,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56237,7 +56237,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56249,7 +56249,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56266,7 +56266,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56283,7 +56283,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56300,7 +56300,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56318,7 +56318,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56348,7 +56348,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56364,7 +56364,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56378,7 +56378,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56396,7 +56396,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56410,7 +56410,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56425,7 +56425,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -56437,7 +56437,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56454,7 +56454,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -56471,7 +56471,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56488,7 +56488,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56506,7 +56506,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56543,7 +56543,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -56561,7 +56561,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59287,7 +59287,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59324,7 +59324,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -59339,7 +59339,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59353,7 +59353,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59371,7 +59371,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59385,7 +59385,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59400,7 +59400,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59412,7 +59412,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59429,7 +59429,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59446,7 +59446,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59463,7 +59463,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59481,7 +59481,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59511,7 +59511,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59527,7 +59527,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59541,7 +59541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59559,7 +59559,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59573,7 +59573,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59588,7 +59588,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59600,7 +59600,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59617,7 +59617,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59634,7 +59634,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59651,7 +59651,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59669,7 +59669,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59706,7 +59706,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59908,7 +59908,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59921,7 +59921,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59938,7 +59938,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59958,7 +59958,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -59973,7 +59973,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -59987,7 +59987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60005,7 +60005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60019,7 +60019,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60034,7 +60034,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60046,7 +60046,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60063,7 +60063,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60080,7 +60080,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60097,7 +60097,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60115,7 +60115,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60145,7 +60145,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60161,7 +60161,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60175,7 +60175,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60193,7 +60193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60207,7 +60207,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60222,7 +60222,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -60234,7 +60234,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60251,7 +60251,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -60268,7 +60268,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60285,7 +60285,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60303,7 +60303,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60340,7 +60340,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60358,7 +60358,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/kbnn.json b/src/lib/runners/kbnn.json index 7dab816b6..d7eacd878 100644 --- a/src/lib/runners/kbnn.json +++ b/src/lib/runners/kbnn.json @@ -33,7 +33,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/kjyi.json b/src/lib/runners/kjyi.json index be32f7eaf..e166c5435 100644 --- a/src/lib/runners/kjyi.json +++ b/src/lib/runners/kjyi.json @@ -184,7 +184,7 @@ "name": "v", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/knhw.json b/src/lib/runners/knhw.json index 8323894ff..20cf01007 100644 --- a/src/lib/runners/knhw.json +++ b/src/lib/runners/knhw.json @@ -33,7 +33,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/kntz.json b/src/lib/runners/kntz.json index 3417bdbf8..6d5a4458b 100644 --- a/src/lib/runners/kntz.json +++ b/src/lib/runners/kntz.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -466,7 +466,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -477,7 +477,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -731,7 +731,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/ktyt.json b/src/lib/runners/ktyt.json index 1960d98fd..06c9ba98a 100644 --- a/src/lib/runners/ktyt.json +++ b/src/lib/runners/ktyt.json @@ -1207,7 +1207,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1219,7 +1219,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1231,7 +1231,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1243,7 +1243,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1258,7 +1258,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1272,7 +1272,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1520,7 +1520,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1532,7 +1532,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1544,7 +1544,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1556,7 +1556,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1571,7 +1571,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1585,7 +1585,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1603,7 +1603,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1618,7 +1618,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1630,7 +1630,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1643,7 +1643,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2696,7 +2696,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2708,7 +2708,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2720,7 +2720,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -2735,7 +2735,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2815,7 +2815,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2830,7 +2830,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2842,7 +2842,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2855,7 +2855,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2976,7 +2976,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2988,7 +2988,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3000,7 +3000,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -3015,7 +3015,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3030,7 +3030,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3044,7 +3044,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3056,7 +3056,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3069,7 +3069,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3095,7 +3095,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3110,7 +3110,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3122,7 +3122,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3135,7 +3135,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4108,7 +4108,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4120,7 +4120,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -4373,7 +4373,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4385,7 +4385,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -4399,7 +4399,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -4413,7 +4413,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4428,7 +4428,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4440,7 +4440,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -4453,7 +4453,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5230,7 +5230,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -5244,7 +5244,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5259,7 +5259,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5271,7 +5271,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -5284,7 +5284,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5381,7 +5381,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -5395,7 +5395,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -5409,7 +5409,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5424,7 +5424,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5436,7 +5436,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -5449,7 +5449,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6085,7 +6085,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6097,7 +6097,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -6216,7 +6216,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6228,7 +6228,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -6241,7 +6241,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6737,7 +6737,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6822,7 +6822,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -6835,7 +6835,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/kvso.json b/src/lib/runners/kvso.json index 78b5e11f1..a72d2b4de 100644 --- a/src/lib/runners/kvso.json +++ b/src/lib/runners/kvso.json @@ -233,7 +233,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/mhgm.json b/src/lib/runners/mhgm.json index cc5f7c009..5292f06b1 100644 --- a/src/lib/runners/mhgm.json +++ b/src/lib/runners/mhgm.json @@ -33,7 +33,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/mihy.json b/src/lib/runners/mihy.json index 104590d42..f7ea54ee7 100644 --- a/src/lib/runners/mihy.json +++ b/src/lib/runners/mihy.json @@ -1001,7 +1001,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1037,7 +1037,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1062,7 +1062,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -1174,7 +1174,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1189,7 +1189,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1207,7 +1207,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1225,7 +1225,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1250,14 +1250,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, diff --git a/src/lib/runners/mnfh.json b/src/lib/runners/mnfh.json index b2c666882..c84abe3aa 100644 --- a/src/lib/runners/mnfh.json +++ b/src/lib/runners/mnfh.json @@ -840,7 +840,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -876,7 +876,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -901,7 +901,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -973,7 +973,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -988,7 +988,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1006,7 +1006,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1024,7 +1024,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1049,14 +1049,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2920,7 +2920,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2956,7 +2956,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2981,7 +2981,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -3093,7 +3093,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3108,7 +3108,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3126,7 +3126,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3144,7 +3144,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3169,14 +3169,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5596,7 +5596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5632,7 +5632,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5657,7 +5657,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -5809,7 +5809,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5824,7 +5824,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5842,7 +5842,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5860,7 +5860,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5885,14 +5885,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, diff --git a/src/lib/runners/msiw.json b/src/lib/runners/msiw.json index be20d4aa4..7ed3682f4 100644 --- a/src/lib/runners/msiw.json +++ b/src/lib/runners/msiw.json @@ -83,7 +83,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/ngus.json b/src/lib/runners/ngus.json index 3e428c416..468316456 100644 --- a/src/lib/runners/ngus.json +++ b/src/lib/runners/ngus.json @@ -1492,7 +1492,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1504,7 +1504,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1516,7 +1516,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1528,7 +1528,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1543,7 +1543,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1557,7 +1557,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1900,7 +1900,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1912,7 +1912,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1924,7 +1924,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1936,7 +1936,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1951,7 +1951,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1965,7 +1965,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1983,7 +1983,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1998,7 +1998,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2012,7 +2012,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2027,7 +2027,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2044,7 +2044,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2061,7 +2061,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3361,7 +3361,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3373,7 +3373,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3385,7 +3385,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -3400,7 +3400,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3499,7 +3499,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3514,7 +3514,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3528,7 +3528,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3543,7 +3543,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3560,7 +3560,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3577,7 +3577,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3717,7 +3717,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3729,7 +3729,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3741,7 +3741,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -3756,7 +3756,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3771,7 +3771,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3785,7 +3785,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3798,7 +3798,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3812,7 +3812,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3829,7 +3829,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3855,7 +3855,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3870,7 +3870,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3884,7 +3884,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3899,7 +3899,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3916,7 +3916,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3933,7 +3933,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5153,7 +5153,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5167,7 +5167,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -5666,7 +5666,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5680,7 +5680,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -5696,7 +5696,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 5 @@ -5710,7 +5710,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5725,7 +5725,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5738,7 +5738,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5752,7 +5752,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5769,7 +5769,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5799,7 +5799,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -5813,7 +5813,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5828,7 +5828,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5841,7 +5841,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5855,7 +5855,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5872,7 +5872,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5902,7 +5902,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -5916,7 +5916,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5931,7 +5931,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5944,7 +5944,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5958,7 +5958,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5975,7 +5975,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7672,7 +7672,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 5 @@ -7686,7 +7686,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7701,7 +7701,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7714,7 +7714,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7728,7 +7728,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7745,7 +7745,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7775,7 +7775,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -7789,7 +7789,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7804,7 +7804,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7817,7 +7817,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7831,7 +7831,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7848,7 +7848,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7878,7 +7878,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -7892,7 +7892,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7907,7 +7907,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7920,7 +7920,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7934,7 +7934,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7951,7 +7951,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8050,7 +8050,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -8066,7 +8066,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 5 @@ -8080,7 +8080,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8095,7 +8095,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8108,7 +8108,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8122,7 +8122,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8139,7 +8139,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8169,7 +8169,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -8183,7 +8183,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8198,7 +8198,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8211,7 +8211,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8225,7 +8225,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8242,7 +8242,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8272,7 +8272,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -8286,7 +8286,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8301,7 +8301,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8314,7 +8314,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8328,7 +8328,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8345,7 +8345,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10107,7 +10107,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10120,7 +10120,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10467,7 +10467,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10480,7 +10480,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10494,7 +10494,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10511,7 +10511,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12345,7 +12345,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12362,7 +12362,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12660,7 +12660,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12677,7 +12677,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 5 @@ -12691,7 +12691,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12706,7 +12706,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12719,7 +12719,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12733,7 +12733,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12750,7 +12750,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12780,7 +12780,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -12794,7 +12794,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12809,7 +12809,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12822,7 +12822,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12836,7 +12836,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12853,7 +12853,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12882,7 +12882,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12899,7 +12899,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -14280,7 +14280,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -14293,7 +14293,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -14573,7 +14573,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -14586,7 +14586,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -14600,7 +14600,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -14617,7 +14617,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16011,7 +16011,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16028,7 +16028,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16258,7 +16258,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -16274,7 +16274,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -16288,7 +16288,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16303,7 +16303,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -16316,7 +16316,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -16330,7 +16330,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16347,7 +16347,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16376,7 +16376,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16393,7 +16393,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -17439,7 +17439,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -17452,7 +17452,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -17665,7 +17665,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -17678,7 +17678,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -17692,7 +17692,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -17709,7 +17709,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -18663,7 +18663,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -18680,7 +18680,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -18842,7 +18842,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -18856,7 +18856,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -18873,7 +18873,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/pbgd.json b/src/lib/runners/pbgd.json index 7516f1872..0f901bc1b 100644 --- a/src/lib/runners/pbgd.json +++ b/src/lib/runners/pbgd.json @@ -295,7 +295,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/peoq.json b/src/lib/runners/peoq.json index 2c4f5c5a1..94784b16a 100644 --- a/src/lib/runners/peoq.json +++ b/src/lib/runners/peoq.json @@ -840,7 +840,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -876,7 +876,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -901,7 +901,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -973,7 +973,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -988,7 +988,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1006,7 +1006,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1024,7 +1024,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1049,14 +1049,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2920,7 +2920,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2956,7 +2956,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2981,7 +2981,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -3093,7 +3093,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3108,7 +3108,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3126,7 +3126,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3144,7 +3144,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3169,14 +3169,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5596,7 +5596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5632,7 +5632,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5657,7 +5657,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -5809,7 +5809,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5824,7 +5824,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5842,7 +5842,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5860,7 +5860,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5885,14 +5885,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8870,7 +8870,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8906,7 +8906,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8931,7 +8931,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -9123,7 +9123,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9138,7 +9138,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9156,7 +9156,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9174,7 +9174,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9199,14 +9199,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, diff --git a/src/lib/runners/pgtx.json b/src/lib/runners/pgtx.json index f3ef33d17..8fce76730 100644 --- a/src/lib/runners/pgtx.json +++ b/src/lib/runners/pgtx.json @@ -3519,7 +3519,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3533,7 +3533,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3548,7 +3548,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3560,7 +3560,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3577,7 +3577,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3594,7 +3594,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3611,7 +3611,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3629,7 +3629,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3972,7 +3972,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3988,7 +3988,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -4002,7 +4002,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4020,7 +4020,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4034,7 +4034,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4049,7 +4049,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4061,7 +4061,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4078,7 +4078,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -4095,7 +4095,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4112,7 +4112,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4130,7 +4130,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4160,7 +4160,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4175,7 +4175,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -4189,7 +4189,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4207,7 +4207,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4221,7 +4221,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4236,7 +4236,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4248,7 +4248,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4265,7 +4265,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -4282,7 +4282,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4299,7 +4299,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4317,7 +4317,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4351,7 +4351,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4365,7 +4365,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4380,7 +4380,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4392,7 +4392,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4409,7 +4409,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -4426,7 +4426,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4443,7 +4443,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4461,7 +4461,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7491,7 +7491,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7506,7 +7506,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7518,7 +7518,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7535,7 +7535,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7936,7 +7936,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7954,7 +7954,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8482,7 +8482,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8497,7 +8497,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8509,7 +8509,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8526,7 +8526,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8545,7 +8545,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -8560,7 +8560,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8574,7 +8574,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8592,7 +8592,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8606,7 +8606,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8621,7 +8621,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8633,7 +8633,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8650,7 +8650,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8667,7 +8667,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8684,7 +8684,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8702,7 +8702,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8732,7 +8732,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8748,7 +8748,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8762,7 +8762,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8780,7 +8780,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8794,7 +8794,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8809,7 +8809,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8821,7 +8821,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8838,7 +8838,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8855,7 +8855,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8872,7 +8872,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8890,7 +8890,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8927,7 +8927,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8945,7 +8945,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11471,7 +11471,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11508,7 +11508,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -11523,7 +11523,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11537,7 +11537,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11555,7 +11555,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11569,7 +11569,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11584,7 +11584,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11596,7 +11596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11613,7 +11613,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11630,7 +11630,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11647,7 +11647,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11665,7 +11665,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11695,7 +11695,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11711,7 +11711,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11725,7 +11725,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11743,7 +11743,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11757,7 +11757,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11772,7 +11772,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11784,7 +11784,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11801,7 +11801,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11818,7 +11818,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11835,7 +11835,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11853,7 +11853,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11890,7 +11890,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12052,7 +12052,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12065,7 +12065,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12082,7 +12082,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12102,7 +12102,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12117,7 +12117,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12131,7 +12131,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12149,7 +12149,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12163,7 +12163,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12178,7 +12178,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12190,7 +12190,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12207,7 +12207,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12224,7 +12224,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12241,7 +12241,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12259,7 +12259,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12289,7 +12289,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12305,7 +12305,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12319,7 +12319,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12337,7 +12337,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12351,7 +12351,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12366,7 +12366,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12378,7 +12378,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12395,7 +12395,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12412,7 +12412,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12429,7 +12429,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12447,7 +12447,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12484,7 +12484,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12502,7 +12502,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/plts.json b/src/lib/runners/plts.json index 747a3737e..3043eeccc 100644 --- a/src/lib/runners/plts.json +++ b/src/lib/runners/plts.json @@ -1442,7 +1442,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1457,7 +1457,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1471,7 +1471,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1629,7 +1629,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1644,7 +1644,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2001,7 +2001,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2016,7 +2016,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2030,7 +2030,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2048,7 +2048,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2062,7 +2062,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2077,7 +2077,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2089,7 +2089,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2106,7 +2106,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2123,7 +2123,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2140,7 +2140,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2158,7 +2158,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2188,7 +2188,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2203,7 +2203,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2217,7 +2217,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2235,7 +2235,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2249,7 +2249,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2264,7 +2264,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2276,7 +2276,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2293,7 +2293,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2310,7 +2310,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2327,7 +2327,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2345,7 +2345,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5417,7 +5417,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5431,7 +5431,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5446,7 +5446,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5458,7 +5458,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5475,7 +5475,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5492,7 +5492,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5527,7 +5527,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5790,7 +5790,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5806,7 +5806,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5820,7 +5820,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5838,7 +5838,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5852,7 +5852,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5867,7 +5867,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5879,7 +5879,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5896,7 +5896,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5913,7 +5913,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5930,7 +5930,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5948,7 +5948,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5978,7 +5978,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5993,7 +5993,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6007,7 +6007,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6025,7 +6025,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6039,7 +6039,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6054,7 +6054,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6066,7 +6066,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6083,7 +6083,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6100,7 +6100,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6117,7 +6117,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6135,7 +6135,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6169,7 +6169,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6183,7 +6183,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6198,7 +6198,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6210,7 +6210,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6227,7 +6227,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6244,7 +6244,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6261,7 +6261,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6279,7 +6279,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8909,7 +8909,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8924,7 +8924,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8936,7 +8936,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9354,7 +9354,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9372,7 +9372,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9820,7 +9820,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9835,7 +9835,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9847,7 +9847,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9864,7 +9864,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9883,7 +9883,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -9898,7 +9898,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9912,7 +9912,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9930,7 +9930,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9944,7 +9944,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9959,7 +9959,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9971,7 +9971,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9988,7 +9988,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10005,7 +10005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10022,7 +10022,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10040,7 +10040,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10070,7 +10070,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10086,7 +10086,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10100,7 +10100,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10118,7 +10118,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10132,7 +10132,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10147,7 +10147,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10159,7 +10159,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10176,7 +10176,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10193,7 +10193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10210,7 +10210,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10228,7 +10228,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10265,7 +10265,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10283,7 +10283,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12407,7 +12407,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12444,7 +12444,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12459,7 +12459,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12473,7 +12473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12491,7 +12491,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12505,7 +12505,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12520,7 +12520,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12532,7 +12532,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12549,7 +12549,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12566,7 +12566,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12583,7 +12583,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12601,7 +12601,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12631,7 +12631,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12661,7 +12661,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12679,7 +12679,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12693,7 +12693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12708,7 +12708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12720,7 +12720,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12737,7 +12737,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12754,7 +12754,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12771,7 +12771,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12789,7 +12789,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12826,7 +12826,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12908,7 +12908,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12921,7 +12921,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12938,7 +12938,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12958,7 +12958,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -12973,7 +12973,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -12987,7 +12987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13005,7 +13005,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13019,7 +13019,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13034,7 +13034,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13046,7 +13046,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13063,7 +13063,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13080,7 +13080,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13097,7 +13097,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13115,7 +13115,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13145,7 +13145,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13161,7 +13161,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13175,7 +13175,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13193,7 +13193,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13207,7 +13207,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13222,7 +13222,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -13234,7 +13234,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13251,7 +13251,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -13268,7 +13268,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13285,7 +13285,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13303,7 +13303,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13340,7 +13340,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -13358,7 +13358,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/pzui.json b/src/lib/runners/pzui.json index de9fbaf16..4e1b95f51 100644 --- a/src/lib/runners/pzui.json +++ b/src/lib/runners/pzui.json @@ -3275,7 +3275,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3289,7 +3289,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3304,7 +3304,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3316,7 +3316,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3333,7 +3333,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3350,7 +3350,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3367,7 +3367,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3385,7 +3385,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3688,7 +3688,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3704,7 +3704,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3718,7 +3718,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3736,7 +3736,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3750,7 +3750,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3765,7 +3765,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3777,7 +3777,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3794,7 +3794,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3811,7 +3811,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3828,7 +3828,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3846,7 +3846,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3876,7 +3876,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3891,7 +3891,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3905,7 +3905,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3923,7 +3923,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3937,7 +3937,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3952,7 +3952,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3964,7 +3964,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3981,7 +3981,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3998,7 +3998,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4015,7 +4015,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4033,7 +4033,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4067,7 +4067,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4081,7 +4081,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4096,7 +4096,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4108,7 +4108,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4125,7 +4125,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -4142,7 +4142,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4159,7 +4159,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4177,7 +4177,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7007,7 +7007,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7022,7 +7022,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7034,7 +7034,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7051,7 +7051,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -7452,7 +7452,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7470,7 +7470,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7958,7 +7958,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7973,7 +7973,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7985,7 +7985,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8002,7 +8002,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8021,7 +8021,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -8036,7 +8036,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8050,7 +8050,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8068,7 +8068,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8082,7 +8082,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8097,7 +8097,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8109,7 +8109,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8126,7 +8126,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8143,7 +8143,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8160,7 +8160,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8178,7 +8178,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8208,7 +8208,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8224,7 +8224,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8238,7 +8238,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8256,7 +8256,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8270,7 +8270,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8285,7 +8285,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8297,7 +8297,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8314,7 +8314,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8331,7 +8331,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8348,7 +8348,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8366,7 +8366,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8403,7 +8403,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8421,7 +8421,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10747,7 +10747,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10784,7 +10784,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -10799,7 +10799,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10813,7 +10813,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10831,7 +10831,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10845,7 +10845,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10860,7 +10860,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10872,7 +10872,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10889,7 +10889,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -10906,7 +10906,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10923,7 +10923,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10941,7 +10941,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10971,7 +10971,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10987,7 +10987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11001,7 +11001,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11019,7 +11019,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11033,7 +11033,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11048,7 +11048,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11060,7 +11060,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11077,7 +11077,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11094,7 +11094,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11111,7 +11111,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11129,7 +11129,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11166,7 +11166,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11288,7 +11288,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11301,7 +11301,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11318,7 +11318,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11338,7 +11338,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 4 @@ -11353,7 +11353,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11367,7 +11367,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11385,7 +11385,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11399,7 +11399,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11414,7 +11414,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11426,7 +11426,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11443,7 +11443,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11460,7 +11460,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11477,7 +11477,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11495,7 +11495,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11525,7 +11525,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11541,7 +11541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11555,7 +11555,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11573,7 +11573,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11587,7 +11587,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11602,7 +11602,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11614,7 +11614,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11631,7 +11631,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -11648,7 +11648,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11665,7 +11665,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11683,7 +11683,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11720,7 +11720,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11738,7 +11738,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/qxgl.json b/src/lib/runners/qxgl.json index 83816660b..2333dc983 100644 --- a/src/lib/runners/qxgl.json +++ b/src/lib/runners/qxgl.json @@ -301,7 +301,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -384,7 +384,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -395,7 +395,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/rome.json b/src/lib/runners/rome.json index 4143026ad..653f961e5 100644 --- a/src/lib/runners/rome.json +++ b/src/lib/runners/rome.json @@ -1378,7 +1378,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1390,7 +1390,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1402,7 +1402,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -1430,7 +1430,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1443,7 +1443,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1466,7 +1466,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1748,7 +1748,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1760,7 +1760,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1772,7 +1772,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1785,7 +1785,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -1800,7 +1800,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1813,7 +1813,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1836,7 +1836,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1850,7 +1850,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1865,7 +1865,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1878,7 +1878,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1892,7 +1892,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1909,7 +1909,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3114,7 +3114,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3126,7 +3126,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3139,7 +3139,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -3154,7 +3154,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -3238,7 +3238,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3252,7 +3252,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3267,7 +3267,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3280,7 +3280,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3294,7 +3294,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3311,7 +3311,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3432,7 +3432,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3444,7 +3444,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3457,7 +3457,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -3472,7 +3472,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -3486,7 +3486,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3501,7 +3501,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3513,7 +3513,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3526,7 +3526,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3556,7 +3556,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3570,7 +3570,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3585,7 +3585,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3598,7 +3598,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3612,7 +3612,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3629,7 +3629,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4773,7 +4773,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4786,7 +4786,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5009,7 +5009,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5022,7 +5022,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5036,7 +5036,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5053,7 +5053,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6143,7 +6143,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6160,7 +6160,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6333,7 +6333,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6349,7 +6349,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -6363,7 +6363,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6378,7 +6378,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6390,7 +6390,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -6403,7 +6403,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6432,7 +6432,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6449,7 +6449,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7229,7 +7229,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7241,7 +7241,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -7398,7 +7398,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7410,7 +7410,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -7423,7 +7423,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8109,7 +8109,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8232,7 +8232,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -8245,7 +8245,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/rqdn.json b/src/lib/runners/rqdn.json index d9e04a0f1..db5467e27 100644 --- a/src/lib/runners/rqdn.json +++ b/src/lib/runners/rqdn.json @@ -1293,7 +1293,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1305,7 +1305,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1318,7 +1318,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1331,7 +1331,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1346,7 +1346,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1359,7 +1359,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1374,7 +1374,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1388,7 +1388,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1401,7 +1401,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1432,7 +1432,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1670,7 +1670,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1683,7 +1683,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1696,7 +1696,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1711,7 +1711,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1724,7 +1724,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1739,7 +1739,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1753,7 +1753,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1766,7 +1766,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1780,7 +1780,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1797,7 +1797,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1819,7 +1819,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1835,7 +1835,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1848,7 +1848,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1862,7 +1862,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1879,7 +1879,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3163,7 +3163,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3176,7 +3176,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3561,7 +3561,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3574,7 +3574,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3589,7 +3589,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3603,7 +3603,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3616,7 +3616,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3630,7 +3630,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3647,7 +3647,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3673,7 +3673,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3687,7 +3687,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3700,7 +3700,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3714,7 +3714,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3731,7 +3731,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5099,7 +5099,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5113,7 +5113,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5126,7 +5126,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5140,7 +5140,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5157,7 +5157,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5183,7 +5183,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5197,7 +5197,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5210,7 +5210,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5224,7 +5224,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5241,7 +5241,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5383,7 +5383,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5397,7 +5397,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5411,7 +5411,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5425,7 +5425,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5438,7 +5438,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5452,7 +5452,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5469,7 +5469,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5495,7 +5495,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5522,7 +5522,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -5536,7 +5536,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5553,7 +5553,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/rzbq.json b/src/lib/runners/rzbq.json index e235d8b15..462b79595 100644 --- a/src/lib/runners/rzbq.json +++ b/src/lib/runners/rzbq.json @@ -457,7 +457,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -469,7 +469,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -482,7 +482,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -497,7 +497,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -580,7 +580,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -692,7 +692,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -704,7 +704,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -717,7 +717,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -732,7 +732,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -746,7 +746,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -761,7 +761,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -773,7 +773,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -786,7 +786,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -815,7 +815,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1522,7 +1522,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1534,7 +1534,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1672,7 +1672,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1684,7 +1684,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1697,7 +1697,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2288,7 +2288,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2392,7 +2392,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2405,7 +2405,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/snsr.json b/src/lib/runners/snsr.json index bb1a62207..727f15be8 100644 --- a/src/lib/runners/snsr.json +++ b/src/lib/runners/snsr.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -466,7 +466,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -477,7 +477,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -731,7 +731,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/syfp.json b/src/lib/runners/syfp.json index aff21a7f3..7d7f1027c 100644 --- a/src/lib/runners/syfp.json +++ b/src/lib/runners/syfp.json @@ -620,7 +620,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -656,7 +656,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -681,7 +681,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -753,7 +753,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -768,7 +768,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -786,7 +786,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -804,7 +804,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -829,14 +829,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, diff --git a/src/lib/runners/syhh.json b/src/lib/runners/syhh.json index dde459a0c..664d8c5ab 100644 --- a/src/lib/runners/syhh.json +++ b/src/lib/runners/syhh.json @@ -913,7 +913,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -925,7 +925,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -938,7 +938,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -953,7 +953,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1055,7 +1055,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1183,7 +1183,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1195,7 +1195,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1208,7 +1208,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1223,7 +1223,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1237,7 +1237,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1252,7 +1252,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1265,7 +1265,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1279,7 +1279,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1296,7 +1296,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1325,7 +1325,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2105,7 +2105,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2118,7 +2118,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2274,7 +2274,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2287,7 +2287,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -2301,7 +2301,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2318,7 +2318,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2987,7 +2987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3004,7 +3004,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3109,7 +3109,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3123,7 +3123,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3140,7 +3140,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/ttvy.json b/src/lib/runners/ttvy.json index 5e3c231e1..c1279ffbe 100644 --- a/src/lib/runners/ttvy.json +++ b/src/lib/runners/ttvy.json @@ -134,7 +134,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/tuqr.json b/src/lib/runners/tuqr.json index 9192c44f8..1572897d2 100644 --- a/src/lib/runners/tuqr.json +++ b/src/lib/runners/tuqr.json @@ -4,29 +4,15 @@ "containerState": "done", "previouslyChangedExpressionState": "default", "expression": { - "arg": { - "name": "g", - "highlightType": "default", - "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", - "type": "variable", - "argPriorityAgg": [], - "funcPriorityAgg": [], - "emphasizePriority": false, - "bound": false - }, - "body": { - "name": "o", - "highlightType": "default", - "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", - "type": "variable", - "argPriorityAgg": [], - "funcPriorityAgg": [], - "emphasizePriority": false, - "bound": true - }, - "type": "function" + "name": "g", + "highlightType": "default", + "topLeftBadgeType": "none", + "bottomRightBadgeType": "none", + "type": "variable", + "argPriorityAgg": [], + "funcPriorityAgg": [], + "emphasizePriority": false, + "bound": true } } ], diff --git a/src/lib/runners/unck.json b/src/lib/runners/unck.json index b26b902d5..14d984096 100644 --- a/src/lib/runners/unck.json +++ b/src/lib/runners/unck.json @@ -1473,7 +1473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1485,7 +1485,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1497,7 +1497,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1510,7 +1510,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -1525,7 +1525,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1538,7 +1538,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1561,7 +1561,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1843,7 +1843,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1855,7 +1855,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1867,7 +1867,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1880,7 +1880,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -1895,7 +1895,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -1908,7 +1908,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1931,7 +1931,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1945,7 +1945,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1960,7 +1960,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1972,7 +1972,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1985,7 +1985,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3304,7 +3304,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3316,7 +3316,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3329,7 +3329,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -3344,7 +3344,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -3466,7 +3466,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3480,7 +3480,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3495,7 +3495,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3507,7 +3507,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3520,7 +3520,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3679,7 +3679,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3691,7 +3691,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3704,7 +3704,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2, @@ -3719,7 +3719,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 3 @@ -3733,7 +3733,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3748,7 +3748,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3762,7 +3762,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -3777,7 +3777,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3794,7 +3794,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3811,7 +3811,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3841,7 +3841,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3855,7 +3855,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3870,7 +3870,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3882,7 +3882,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -3895,7 +3895,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5153,7 +5153,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5165,7 +5165,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -5408,7 +5408,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5420,7 +5420,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -5433,7 +5433,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6673,7 +6673,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6883,7 +6883,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6898,7 +6898,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -6912,7 +6912,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6927,7 +6927,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6941,7 +6941,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -6956,7 +6956,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6973,7 +6973,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6990,7 +6990,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7019,7 +7019,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7873,7 +7873,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7887,7 +7887,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8061,7 +8061,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8075,7 +8075,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -8090,7 +8090,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8107,7 +8107,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8124,7 +8124,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8871,7 +8871,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8888,7 +8888,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8905,7 +8905,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9011,7 +9011,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -9026,7 +9026,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9043,7 +9043,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9060,7 +9060,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/usta.json b/src/lib/runners/usta.json index 1801422b5..df20e1919 100644 --- a/src/lib/runners/usta.json +++ b/src/lib/runners/usta.json @@ -419,7 +419,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -432,7 +432,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/uwma.json b/src/lib/runners/uwma.json index 42f9d90db..b41b373dd 100644 --- a/src/lib/runners/uwma.json +++ b/src/lib/runners/uwma.json @@ -51,7 +51,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -62,7 +62,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/vpjw.json b/src/lib/runners/vpjw.json index e1666833f..21e71c06d 100644 --- a/src/lib/runners/vpjw.json +++ b/src/lib/runners/vpjw.json @@ -218,7 +218,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -301,7 +301,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -312,7 +312,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/wafy.json b/src/lib/runners/wafy.json index 3bc8e748d..39ef0f392 100644 --- a/src/lib/runners/wafy.json +++ b/src/lib/runners/wafy.json @@ -718,7 +718,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -730,7 +730,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -743,7 +743,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -758,7 +758,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -821,7 +821,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -910,7 +910,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -922,7 +922,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -935,7 +935,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -950,7 +950,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -964,7 +964,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -979,7 +979,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -990,7 +990,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1013,7 +1013,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1637,7 +1637,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1648,7 +1648,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2236,7 +2236,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/wunw.json b/src/lib/runners/wunw.json index 2addf3724..2d14e10af 100644 --- a/src/lib/runners/wunw.json +++ b/src/lib/runners/wunw.json @@ -234,7 +234,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/xhwx.json b/src/lib/runners/xhwx.json index 2acdd711f..d55886c3a 100644 --- a/src/lib/runners/xhwx.json +++ b/src/lib/runners/xhwx.json @@ -218,7 +218,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -301,7 +301,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -312,7 +312,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/zuam.json b/src/lib/runners/zuam.json index cee78aef0..4ad7ec682 100644 --- a/src/lib/runners/zuam.json +++ b/src/lib/runners/zuam.json @@ -818,7 +818,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -830,7 +830,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -843,7 +843,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -858,7 +858,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -941,7 +941,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1050,7 +1050,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1062,7 +1062,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1075,7 +1075,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, @@ -1090,7 +1090,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 2 @@ -1104,7 +1104,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1119,7 +1119,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1131,7 +1131,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -1144,7 +1144,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1173,7 +1173,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1877,7 +1877,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1889,7 +1889,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2027,7 +2027,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcUnbound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2039,7 +2039,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2052,7 +2052,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2747,7 +2747,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1 @@ -2760,7 +2760,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/zuus.json b/src/lib/runners/zuus.json index 0e25ea7e7..07cff07ae 100644 --- a/src/lib/runners/zuus.json +++ b/src/lib/runners/zuus.json @@ -240,7 +240,7 @@ "name": "i", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/zvet.json b/src/lib/runners/zvet.json index 9ce8265fe..a86584bea 100644 --- a/src/lib/runners/zvet.json +++ b/src/lib/runners/zvet.json @@ -1235,7 +1235,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1271,7 +1271,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1296,7 +1296,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { @@ -1448,7 +1448,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1463,7 +1463,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1481,7 +1481,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1499,7 +1499,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1524,14 +1524,14 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "magical": true }, "arg": { "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "funcBound", + "bottomRightBadgeType": "none", "type": "variable", "argPriorityAgg": [ 1, From 099daf53541f0101c16695b10a90eab6bf840239 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Sat, 3 Aug 2019 10:57:21 -0700 Subject: [PATCH 3/4] Change back previewAfter --- scripts/lib/steps/stepToBetaReducePreviewAfter.ts | 4 ++-- src/types/ExpressionTypes.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/lib/steps/stepToBetaReducePreviewAfter.ts b/scripts/lib/steps/stepToBetaReducePreviewAfter.ts index 46a8c374c..8aa536c61 100644 --- a/scripts/lib/steps/stepToBetaReducePreviewAfter.ts +++ b/scripts/lib/steps/stepToBetaReducePreviewAfter.ts @@ -140,7 +140,7 @@ export function toBetaReducePreviewAfter( ...e, highlightType: 'active', topLeftBadgeType: 'none', - bottomRightBadgeType: 'none' + bottomRightBadgeType: 'funcBound' } } } else if (funcSide && !e.bound) { @@ -148,7 +148,7 @@ export function toBetaReducePreviewAfter( ...e, highlightType: 'active', topLeftBadgeType: 'none', - bottomRightBadgeType: 'none' + bottomRightBadgeType: 'funcUnbound' } } else { return { diff --git a/src/types/ExpressionTypes.ts b/src/types/ExpressionTypes.ts index 5e59e9494..90e26bf67 100644 --- a/src/types/ExpressionTypes.ts +++ b/src/types/ExpressionTypes.ts @@ -288,8 +288,9 @@ export type CallStateToVariableState = C extends 'default' | 'unmatchFuncBound' : C extends 'betaReducePreviewAfter' ? - | 'active' + | 'activeFuncBound' | 'activeFuncArg' + | 'activeFuncUnbound' | 'highlightCallArgBetaReduceCallArg' | 'betaReduced' : C extends 'betaReducePreviewCrossed' From 79d0307d73b3f386cd35d2bcfbf621ca5345aab5 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Sat, 3 Aug 2019 10:57:26 -0700 Subject: [PATCH 4/4] Precompute again --- src/lib/runners/bmms.json | 2 +- src/lib/runners/bozr.json | 392 +++++++++++++++++++------------------- src/lib/runners/bpsz.json | 324 +++++++++++++++---------------- src/lib/runners/ccon.json | 80 ++++---- src/lib/runners/cnoq.json | 6 +- src/lib/runners/ctyl.json | 12 +- src/lib/runners/dcfi.json | 28 +-- src/lib/runners/dwnj.json | 6 +- src/lib/runners/eemn.json | 16 +- src/lib/runners/efyy.json | 4 +- src/lib/runners/fiab.json | 46 ++--- src/lib/runners/gszp.json | 2 +- src/lib/runners/gtwk.json | 20 +- src/lib/runners/ilrn.json | 246 ++++++++++++------------ src/lib/runners/izgz.json | 4 +- src/lib/runners/jliw.json | 2 +- src/lib/runners/jmqh.json | 2 +- src/lib/runners/jreq.json | 316 +++++++++++++++--------------- src/lib/runners/kntz.json | 2 +- src/lib/runners/ktyt.json | 48 ++--- src/lib/runners/mihy.json | 6 +- src/lib/runners/mnfh.json | 18 +- src/lib/runners/ngus.json | 96 +++++----- src/lib/runners/peoq.json | 24 +-- src/lib/runners/pgtx.json | 76 ++++---- src/lib/runners/plts.json | 88 ++++----- src/lib/runners/pzui.json | 76 ++++---- src/lib/runners/qxgl.json | 2 +- src/lib/runners/rome.json | 48 ++--- src/lib/runners/rqdn.json | 46 ++--- src/lib/runners/rzbq.json | 16 +- src/lib/runners/snsr.json | 2 +- src/lib/runners/syfp.json | 6 +- src/lib/runners/syhh.json | 18 +- src/lib/runners/unck.json | 48 ++--- src/lib/runners/vpjw.json | 2 +- src/lib/runners/wafy.json | 10 +- src/lib/runners/xhwx.json | 2 +- src/lib/runners/zuam.json | 14 +- src/lib/runners/zvet.json | 6 +- 40 files changed, 1081 insertions(+), 1081 deletions(-) diff --git a/src/lib/runners/bmms.json b/src/lib/runners/bmms.json index d50279daa..4cd784bf8 100644 --- a/src/lib/runners/bmms.json +++ b/src/lib/runners/bmms.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/bozr.json b/src/lib/runners/bozr.json index 4989b06a8..c9b9b7354 100644 --- a/src/lib/runners/bozr.json +++ b/src/lib/runners/bozr.json @@ -1442,7 +1442,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1457,7 +1457,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1471,7 +1471,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1629,7 +1629,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1644,7 +1644,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5417,7 +5417,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5431,7 +5431,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5446,7 +5446,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5458,7 +5458,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5475,7 +5475,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5492,7 +5492,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5527,7 +5527,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8909,7 +8909,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8924,7 +8924,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8936,7 +8936,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -9354,7 +9354,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9372,7 +9372,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12407,7 +12407,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12444,7 +12444,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -12459,7 +12459,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12473,7 +12473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12491,7 +12491,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12505,7 +12505,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12520,7 +12520,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12532,7 +12532,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12549,7 +12549,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12566,7 +12566,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12583,7 +12583,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12601,7 +12601,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12631,7 +12631,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12661,7 +12661,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12679,7 +12679,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12693,7 +12693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12708,7 +12708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12720,7 +12720,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12737,7 +12737,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12754,7 +12754,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12771,7 +12771,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12789,7 +12789,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12826,7 +12826,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19523,7 +19523,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19537,7 +19537,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19552,7 +19552,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19564,7 +19564,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19581,7 +19581,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -19598,7 +19598,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19615,7 +19615,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19633,7 +19633,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23255,7 +23255,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23270,7 +23270,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23282,7 +23282,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23299,7 +23299,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -23700,7 +23700,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23718,7 +23718,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -26995,7 +26995,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27032,7 +27032,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -27047,7 +27047,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27061,7 +27061,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27079,7 +27079,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27093,7 +27093,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27108,7 +27108,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27120,7 +27120,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27137,7 +27137,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27154,7 +27154,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27171,7 +27171,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27189,7 +27189,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27219,7 +27219,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27235,7 +27235,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27249,7 +27249,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27267,7 +27267,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27281,7 +27281,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27296,7 +27296,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27308,7 +27308,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27325,7 +27325,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27342,7 +27342,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27359,7 +27359,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27377,7 +27377,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27414,7 +27414,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34669,7 +34669,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34683,7 +34683,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34698,7 +34698,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34710,7 +34710,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34727,7 +34727,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -34744,7 +34744,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34761,7 +34761,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34779,7 +34779,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38641,7 +38641,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38656,7 +38656,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38668,7 +38668,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38685,7 +38685,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -39086,7 +39086,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39104,7 +39104,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42621,7 +42621,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42658,7 +42658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -42673,7 +42673,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42687,7 +42687,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42705,7 +42705,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42719,7 +42719,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42734,7 +42734,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42746,7 +42746,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42763,7 +42763,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42780,7 +42780,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42797,7 +42797,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42815,7 +42815,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42845,7 +42845,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42861,7 +42861,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42875,7 +42875,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42893,7 +42893,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42907,7 +42907,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42922,7 +42922,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42934,7 +42934,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42951,7 +42951,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42968,7 +42968,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42985,7 +42985,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43003,7 +43003,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43040,7 +43040,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50855,7 +50855,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50869,7 +50869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50884,7 +50884,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50896,7 +50896,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50913,7 +50913,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -50930,7 +50930,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50947,7 +50947,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50965,7 +50965,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55067,7 +55067,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55082,7 +55082,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55094,7 +55094,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55111,7 +55111,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -55512,7 +55512,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55530,7 +55530,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59287,7 +59287,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59324,7 +59324,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -59339,7 +59339,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59353,7 +59353,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59371,7 +59371,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59385,7 +59385,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59400,7 +59400,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59412,7 +59412,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59429,7 +59429,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59446,7 +59446,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59463,7 +59463,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59481,7 +59481,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59511,7 +59511,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59527,7 +59527,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59541,7 +59541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59559,7 +59559,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59573,7 +59573,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59588,7 +59588,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59600,7 +59600,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59617,7 +59617,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59634,7 +59634,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59651,7 +59651,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59669,7 +59669,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59706,7 +59706,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68081,7 +68081,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68095,7 +68095,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68110,7 +68110,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -68122,7 +68122,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68139,7 +68139,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -68156,7 +68156,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68173,7 +68173,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -68191,7 +68191,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -72533,7 +72533,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -72548,7 +72548,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -72560,7 +72560,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -72577,7 +72577,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -72978,7 +72978,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -72996,7 +72996,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -76993,7 +76993,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77030,7 +77030,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -77045,7 +77045,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -77059,7 +77059,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77077,7 +77077,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77091,7 +77091,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77106,7 +77106,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77118,7 +77118,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77135,7 +77135,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -77152,7 +77152,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77169,7 +77169,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77187,7 +77187,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77217,7 +77217,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77233,7 +77233,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -77247,7 +77247,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77265,7 +77265,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77279,7 +77279,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77294,7 +77294,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -77306,7 +77306,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77323,7 +77323,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -77340,7 +77340,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77357,7 +77357,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77375,7 +77375,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -77412,7 +77412,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/bpsz.json b/src/lib/runners/bpsz.json index ec2ae7dea..4367f76fb 100644 --- a/src/lib/runners/bpsz.json +++ b/src/lib/runners/bpsz.json @@ -1447,7 +1447,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1462,7 +1462,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1476,7 +1476,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1635,7 +1635,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1650,7 +1650,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1664,7 +1664,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5442,7 +5442,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5456,7 +5456,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5471,7 +5471,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5483,7 +5483,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5500,7 +5500,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5517,7 +5517,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5534,7 +5534,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5552,7 +5552,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8968,7 +8968,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8980,7 +8980,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8997,7 +8997,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -9400,7 +9400,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9418,7 +9418,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12471,7 +12471,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12508,7 +12508,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -12523,7 +12523,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12537,7 +12537,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12555,7 +12555,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12569,7 +12569,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12584,7 +12584,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12596,7 +12596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12613,7 +12613,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12630,7 +12630,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12665,7 +12665,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12696,7 +12696,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12712,7 +12712,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12726,7 +12726,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12744,7 +12744,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12758,7 +12758,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12773,7 +12773,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12785,7 +12785,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12802,7 +12802,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12819,7 +12819,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12836,7 +12836,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12854,7 +12854,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12892,7 +12892,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12910,7 +12910,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19618,7 +19618,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19632,7 +19632,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19647,7 +19647,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19659,7 +19659,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19676,7 +19676,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -19693,7 +19693,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19710,7 +19710,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19728,7 +19728,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23369,7 +23369,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23384,7 +23384,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23396,7 +23396,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23413,7 +23413,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -23816,7 +23816,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23834,7 +23834,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27129,7 +27129,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27166,7 +27166,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -27181,7 +27181,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27195,7 +27195,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27213,7 +27213,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27227,7 +27227,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27242,7 +27242,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27254,7 +27254,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27271,7 +27271,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27288,7 +27288,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27305,7 +27305,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27323,7 +27323,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27354,7 +27354,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27370,7 +27370,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27384,7 +27384,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27402,7 +27402,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27416,7 +27416,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27431,7 +27431,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27443,7 +27443,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27460,7 +27460,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27477,7 +27477,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27494,7 +27494,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27512,7 +27512,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27550,7 +27550,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27568,7 +27568,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34834,7 +34834,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34848,7 +34848,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34863,7 +34863,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34875,7 +34875,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34892,7 +34892,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -34909,7 +34909,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34926,7 +34926,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34944,7 +34944,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38825,7 +38825,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38840,7 +38840,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38852,7 +38852,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38869,7 +38869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -39272,7 +39272,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39290,7 +39290,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42825,7 +42825,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42862,7 +42862,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -42877,7 +42877,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42891,7 +42891,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42909,7 +42909,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42923,7 +42923,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42938,7 +42938,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42950,7 +42950,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42967,7 +42967,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42984,7 +42984,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43001,7 +43001,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43019,7 +43019,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43050,7 +43050,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43066,7 +43066,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -43080,7 +43080,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43098,7 +43098,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43112,7 +43112,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43127,7 +43127,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43139,7 +43139,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43156,7 +43156,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -43173,7 +43173,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43190,7 +43190,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43208,7 +43208,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43246,7 +43246,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43264,7 +43264,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51090,7 +51090,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51104,7 +51104,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51119,7 +51119,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -51131,7 +51131,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51148,7 +51148,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -51165,7 +51165,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51182,7 +51182,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -51200,7 +51200,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55321,7 +55321,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55336,7 +55336,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55348,7 +55348,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55365,7 +55365,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -55768,7 +55768,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55786,7 +55786,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59561,7 +59561,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59598,7 +59598,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -59613,7 +59613,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59627,7 +59627,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59645,7 +59645,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59659,7 +59659,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59674,7 +59674,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59686,7 +59686,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59703,7 +59703,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59720,7 +59720,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59737,7 +59737,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59755,7 +59755,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59786,7 +59786,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59802,7 +59802,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59816,7 +59816,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59834,7 +59834,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59848,7 +59848,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59863,7 +59863,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59875,7 +59875,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59892,7 +59892,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59909,7 +59909,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59926,7 +59926,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59944,7 +59944,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59982,7 +59982,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -60000,7 +60000,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/ccon.json b/src/lib/runners/ccon.json index 8247c39e0..90d952124 100644 --- a/src/lib/runners/ccon.json +++ b/src/lib/runners/ccon.json @@ -1293,7 +1293,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1305,7 +1305,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1318,7 +1318,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 3 @@ -1331,7 +1331,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1346,7 +1346,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 2 @@ -1359,7 +1359,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1374,7 +1374,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1388,7 +1388,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1401,7 +1401,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1432,7 +1432,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3163,7 +3163,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3176,7 +3176,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5099,7 +5099,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5113,7 +5113,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5126,7 +5126,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5140,7 +5140,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5157,7 +5157,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5183,7 +5183,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5197,7 +5197,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5210,7 +5210,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5224,7 +5224,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5241,7 +5241,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7363,7 +7363,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7376,7 +7376,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -7507,7 +7507,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9363,7 +9363,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -9379,7 +9379,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 2 @@ -9392,7 +9392,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9406,7 +9406,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9421,7 +9421,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -9434,7 +9434,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -9448,7 +9448,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9465,7 +9465,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11945,7 +11945,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11958,7 +11958,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12003,7 +12003,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12797,7 +12797,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12812,7 +12812,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12825,7 +12825,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/cnoq.json b/src/lib/runners/cnoq.json index 5566760e8..5d22c7c87 100644 --- a/src/lib/runners/cnoq.json +++ b/src/lib/runners/cnoq.json @@ -541,7 +541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -554,7 +554,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -567,7 +567,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 diff --git a/src/lib/runners/ctyl.json b/src/lib/runners/ctyl.json index eae117536..bc407594b 100644 --- a/src/lib/runners/ctyl.json +++ b/src/lib/runners/ctyl.json @@ -995,7 +995,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1007,7 +1007,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -2198,7 +2198,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2212,7 +2212,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2224,7 +2224,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2235,7 +2235,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/dcfi.json b/src/lib/runners/dcfi.json index 9d8c2f610..6ab4eaf87 100644 --- a/src/lib/runners/dcfi.json +++ b/src/lib/runners/dcfi.json @@ -1639,7 +1639,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -1653,7 +1653,7 @@ "name": "i", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1665,7 +1665,7 @@ "name": "i", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -1678,7 +1678,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1701,7 +1701,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 3 @@ -1714,7 +1714,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1729,7 +1729,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 2 @@ -1743,7 +1743,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1754,7 +1754,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1771,7 +1771,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1785,7 +1785,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1797,7 +1797,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1808,7 +1808,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6748,7 +6748,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/dwnj.json b/src/lib/runners/dwnj.json index e2725a92e..6fd688544 100644 --- a/src/lib/runners/dwnj.json +++ b/src/lib/runners/dwnj.json @@ -541,7 +541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -554,7 +554,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -567,7 +567,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 diff --git a/src/lib/runners/eemn.json b/src/lib/runners/eemn.json index c5689becd..e9ab1638f 100644 --- a/src/lib/runners/eemn.json +++ b/src/lib/runners/eemn.json @@ -818,7 +818,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -830,7 +830,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -843,7 +843,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -858,7 +858,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2 @@ -941,7 +941,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1877,7 +1877,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1889,7 +1889,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -2643,7 +2643,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/efyy.json b/src/lib/runners/efyy.json index 35f82625b..7cad71fda 100644 --- a/src/lib/runners/efyy.json +++ b/src/lib/runners/efyy.json @@ -133,7 +133,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -146,7 +146,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/fiab.json b/src/lib/runners/fiab.json index 69b784c44..91c1ecf91 100644 --- a/src/lib/runners/fiab.json +++ b/src/lib/runners/fiab.json @@ -1293,7 +1293,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1305,7 +1305,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1318,7 +1318,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 3 @@ -1331,7 +1331,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1346,7 +1346,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 2 @@ -1359,7 +1359,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1374,7 +1374,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1388,7 +1388,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1401,7 +1401,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1432,7 +1432,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3163,7 +3163,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3176,7 +3176,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5099,7 +5099,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5113,7 +5113,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5126,7 +5126,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5140,7 +5140,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5157,7 +5157,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5183,7 +5183,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5197,7 +5197,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5210,7 +5210,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5224,7 +5224,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5241,7 +5241,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/gszp.json b/src/lib/runners/gszp.json index 83109859e..fa7a52922 100644 --- a/src/lib/runners/gszp.json +++ b/src/lib/runners/gszp.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/gtwk.json b/src/lib/runners/gtwk.json index 9b0bc4adc..dafce3dcb 100644 --- a/src/lib/runners/gtwk.json +++ b/src/lib/runners/gtwk.json @@ -1071,7 +1071,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1084,7 +1084,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -2642,7 +2642,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2656,7 +2656,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2668,7 +2668,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2679,7 +2679,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2701,7 +2701,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2715,7 +2715,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2727,7 +2727,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2738,7 +2738,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/ilrn.json b/src/lib/runners/ilrn.json index f174a6cad..915ae5032 100644 --- a/src/lib/runners/ilrn.json +++ b/src/lib/runners/ilrn.json @@ -1447,7 +1447,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1462,7 +1462,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1476,7 +1476,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1635,7 +1635,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1650,7 +1650,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1664,7 +1664,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5442,7 +5442,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5456,7 +5456,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5471,7 +5471,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5483,7 +5483,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5500,7 +5500,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5517,7 +5517,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5534,7 +5534,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5552,7 +5552,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8968,7 +8968,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8980,7 +8980,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8997,7 +8997,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -9400,7 +9400,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9418,7 +9418,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12471,7 +12471,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12508,7 +12508,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -12523,7 +12523,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12537,7 +12537,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12555,7 +12555,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12569,7 +12569,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12584,7 +12584,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12596,7 +12596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12613,7 +12613,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12630,7 +12630,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12665,7 +12665,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12696,7 +12696,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12712,7 +12712,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12726,7 +12726,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12744,7 +12744,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12758,7 +12758,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12773,7 +12773,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12785,7 +12785,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12802,7 +12802,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12819,7 +12819,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12836,7 +12836,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12854,7 +12854,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12892,7 +12892,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12910,7 +12910,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19618,7 +19618,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19632,7 +19632,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19647,7 +19647,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19659,7 +19659,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19676,7 +19676,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -19693,7 +19693,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19710,7 +19710,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19728,7 +19728,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23369,7 +23369,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23384,7 +23384,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23396,7 +23396,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23413,7 +23413,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -23816,7 +23816,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23834,7 +23834,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27129,7 +27129,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27166,7 +27166,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -27181,7 +27181,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27195,7 +27195,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27213,7 +27213,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27227,7 +27227,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27242,7 +27242,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27254,7 +27254,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27271,7 +27271,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27288,7 +27288,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27305,7 +27305,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27323,7 +27323,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27354,7 +27354,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27370,7 +27370,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27384,7 +27384,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27402,7 +27402,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27416,7 +27416,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27431,7 +27431,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27443,7 +27443,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27460,7 +27460,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27477,7 +27477,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27494,7 +27494,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27512,7 +27512,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27550,7 +27550,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27568,7 +27568,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34834,7 +34834,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34848,7 +34848,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34863,7 +34863,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34875,7 +34875,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34892,7 +34892,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -34909,7 +34909,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34926,7 +34926,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34944,7 +34944,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38825,7 +38825,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38840,7 +38840,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38852,7 +38852,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38869,7 +38869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -39272,7 +39272,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39290,7 +39290,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42825,7 +42825,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42862,7 +42862,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -42877,7 +42877,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42891,7 +42891,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42909,7 +42909,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42923,7 +42923,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42938,7 +42938,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42950,7 +42950,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42967,7 +42967,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42984,7 +42984,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43001,7 +43001,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43019,7 +43019,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43050,7 +43050,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43066,7 +43066,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -43080,7 +43080,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43098,7 +43098,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43112,7 +43112,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43127,7 +43127,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -43139,7 +43139,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43156,7 +43156,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -43173,7 +43173,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43190,7 +43190,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43208,7 +43208,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43246,7 +43246,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43264,7 +43264,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/izgz.json b/src/lib/runners/izgz.json index 13379ae36..0819bff46 100644 --- a/src/lib/runners/izgz.json +++ b/src/lib/runners/izgz.json @@ -48,7 +48,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -61,7 +61,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/jliw.json b/src/lib/runners/jliw.json index 498750afa..9158266df 100644 --- a/src/lib/runners/jliw.json +++ b/src/lib/runners/jliw.json @@ -2090,7 +2090,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/jmqh.json b/src/lib/runners/jmqh.json index 693430ba9..5c743e4d9 100644 --- a/src/lib/runners/jmqh.json +++ b/src/lib/runners/jmqh.json @@ -163,7 +163,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/jreq.json b/src/lib/runners/jreq.json index a379f4c43..048d1f7e9 100644 --- a/src/lib/runners/jreq.json +++ b/src/lib/runners/jreq.json @@ -1442,7 +1442,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1457,7 +1457,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1471,7 +1471,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1629,7 +1629,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1644,7 +1644,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5417,7 +5417,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5431,7 +5431,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5446,7 +5446,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5458,7 +5458,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5475,7 +5475,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5492,7 +5492,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5527,7 +5527,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8909,7 +8909,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8924,7 +8924,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8936,7 +8936,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -9354,7 +9354,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9372,7 +9372,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12407,7 +12407,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12444,7 +12444,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -12459,7 +12459,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12473,7 +12473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12491,7 +12491,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12505,7 +12505,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12520,7 +12520,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12532,7 +12532,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12549,7 +12549,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12566,7 +12566,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12583,7 +12583,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12601,7 +12601,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12631,7 +12631,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12661,7 +12661,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12679,7 +12679,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12693,7 +12693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12708,7 +12708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12720,7 +12720,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12737,7 +12737,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12754,7 +12754,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12771,7 +12771,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12789,7 +12789,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12826,7 +12826,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19523,7 +19523,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19537,7 +19537,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19552,7 +19552,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -19564,7 +19564,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19581,7 +19581,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -19598,7 +19598,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19615,7 +19615,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -19633,7 +19633,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23255,7 +23255,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23270,7 +23270,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -23282,7 +23282,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23299,7 +23299,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -23700,7 +23700,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -23718,7 +23718,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -26995,7 +26995,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27032,7 +27032,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -27047,7 +27047,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27061,7 +27061,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27079,7 +27079,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27093,7 +27093,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27108,7 +27108,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27120,7 +27120,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27137,7 +27137,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27154,7 +27154,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27171,7 +27171,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27189,7 +27189,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27219,7 +27219,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27235,7 +27235,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27249,7 +27249,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27267,7 +27267,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27281,7 +27281,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27296,7 +27296,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -27308,7 +27308,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27325,7 +27325,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -27342,7 +27342,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27359,7 +27359,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27377,7 +27377,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -27414,7 +27414,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34669,7 +34669,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34683,7 +34683,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34698,7 +34698,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -34710,7 +34710,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34727,7 +34727,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -34744,7 +34744,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34761,7 +34761,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -34779,7 +34779,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38641,7 +38641,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38656,7 +38656,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -38668,7 +38668,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -38685,7 +38685,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -39086,7 +39086,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -39104,7 +39104,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42621,7 +42621,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42658,7 +42658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -42673,7 +42673,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42687,7 +42687,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42705,7 +42705,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42719,7 +42719,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42734,7 +42734,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42746,7 +42746,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42763,7 +42763,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42780,7 +42780,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42797,7 +42797,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42815,7 +42815,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42845,7 +42845,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42861,7 +42861,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42875,7 +42875,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42893,7 +42893,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42907,7 +42907,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42922,7 +42922,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -42934,7 +42934,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42951,7 +42951,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -42968,7 +42968,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -42985,7 +42985,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43003,7 +43003,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -43040,7 +43040,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50855,7 +50855,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50869,7 +50869,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50884,7 +50884,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -50896,7 +50896,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50913,7 +50913,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -50930,7 +50930,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50947,7 +50947,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -50965,7 +50965,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55067,7 +55067,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55082,7 +55082,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -55094,7 +55094,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55111,7 +55111,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -55512,7 +55512,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -55530,7 +55530,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59287,7 +59287,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59324,7 +59324,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -59339,7 +59339,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59353,7 +59353,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59371,7 +59371,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59385,7 +59385,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59400,7 +59400,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59412,7 +59412,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59429,7 +59429,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59446,7 +59446,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59463,7 +59463,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59481,7 +59481,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59511,7 +59511,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59527,7 +59527,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59541,7 +59541,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59559,7 +59559,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59573,7 +59573,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59588,7 +59588,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -59600,7 +59600,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59617,7 +59617,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -59634,7 +59634,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59651,7 +59651,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59669,7 +59669,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -59706,7 +59706,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/kntz.json b/src/lib/runners/kntz.json index 6d5a4458b..e80d26cc6 100644 --- a/src/lib/runners/kntz.json +++ b/src/lib/runners/kntz.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/ktyt.json b/src/lib/runners/ktyt.json index 06c9ba98a..85a313c16 100644 --- a/src/lib/runners/ktyt.json +++ b/src/lib/runners/ktyt.json @@ -1207,7 +1207,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1219,7 +1219,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1231,7 +1231,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1243,7 +1243,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -1258,7 +1258,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1272,7 +1272,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2696,7 +2696,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2708,7 +2708,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2720,7 +2720,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -2735,7 +2735,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -2815,7 +2815,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2830,7 +2830,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2842,7 +2842,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -2855,7 +2855,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4108,7 +4108,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4120,7 +4120,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2 @@ -5230,7 +5230,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -5244,7 +5244,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5259,7 +5259,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5271,7 +5271,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -5284,7 +5284,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6085,7 +6085,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -6097,7 +6097,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -6737,7 +6737,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/mihy.json b/src/lib/runners/mihy.json index f7ea54ee7..31854cbeb 100644 --- a/src/lib/runners/mihy.json +++ b/src/lib/runners/mihy.json @@ -1001,7 +1001,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1037,7 +1037,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1062,7 +1062,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { diff --git a/src/lib/runners/mnfh.json b/src/lib/runners/mnfh.json index c84abe3aa..812949858 100644 --- a/src/lib/runners/mnfh.json +++ b/src/lib/runners/mnfh.json @@ -840,7 +840,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -876,7 +876,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -901,7 +901,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { @@ -2920,7 +2920,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2956,7 +2956,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2981,7 +2981,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { @@ -5596,7 +5596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5632,7 +5632,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5657,7 +5657,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { diff --git a/src/lib/runners/ngus.json b/src/lib/runners/ngus.json index 468316456..1a66a44e4 100644 --- a/src/lib/runners/ngus.json +++ b/src/lib/runners/ngus.json @@ -1492,7 +1492,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1504,7 +1504,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1516,7 +1516,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1528,7 +1528,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -1543,7 +1543,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1557,7 +1557,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3361,7 +3361,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3373,7 +3373,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3385,7 +3385,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -3400,7 +3400,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -3499,7 +3499,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3514,7 +3514,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3528,7 +3528,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -3543,7 +3543,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3560,7 +3560,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3577,7 +3577,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5153,7 +5153,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5167,7 +5167,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2, @@ -7672,7 +7672,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 5 @@ -7686,7 +7686,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7701,7 +7701,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7714,7 +7714,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -7728,7 +7728,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7745,7 +7745,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7775,7 +7775,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -7789,7 +7789,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7804,7 +7804,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7817,7 +7817,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -7831,7 +7831,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7848,7 +7848,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7878,7 +7878,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -7892,7 +7892,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7907,7 +7907,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7920,7 +7920,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -7934,7 +7934,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7951,7 +7951,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10107,7 +10107,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10120,7 +10120,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12345,7 +12345,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12362,7 +12362,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -14280,7 +14280,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -14293,7 +14293,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -16011,7 +16011,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -16028,7 +16028,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -17439,7 +17439,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -17452,7 +17452,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -18663,7 +18663,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -18680,7 +18680,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/peoq.json b/src/lib/runners/peoq.json index 94784b16a..d247f9e3d 100644 --- a/src/lib/runners/peoq.json +++ b/src/lib/runners/peoq.json @@ -840,7 +840,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -876,7 +876,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -901,7 +901,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { @@ -2920,7 +2920,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2956,7 +2956,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2981,7 +2981,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { @@ -5596,7 +5596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5632,7 +5632,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5657,7 +5657,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { @@ -8870,7 +8870,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8906,7 +8906,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8931,7 +8931,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { diff --git a/src/lib/runners/pgtx.json b/src/lib/runners/pgtx.json index 8fce76730..8aa6df587 100644 --- a/src/lib/runners/pgtx.json +++ b/src/lib/runners/pgtx.json @@ -3519,7 +3519,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3533,7 +3533,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3548,7 +3548,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3560,7 +3560,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3577,7 +3577,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -3594,7 +3594,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3611,7 +3611,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3629,7 +3629,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7491,7 +7491,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7506,7 +7506,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7518,7 +7518,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7535,7 +7535,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -7936,7 +7936,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7954,7 +7954,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11471,7 +11471,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11508,7 +11508,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -11523,7 +11523,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -11537,7 +11537,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11555,7 +11555,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11569,7 +11569,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11584,7 +11584,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11596,7 +11596,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11613,7 +11613,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -11630,7 +11630,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11647,7 +11647,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11665,7 +11665,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11695,7 +11695,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11711,7 +11711,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -11725,7 +11725,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11743,7 +11743,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11757,7 +11757,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11772,7 +11772,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11784,7 +11784,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11801,7 +11801,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -11818,7 +11818,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11835,7 +11835,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11853,7 +11853,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11890,7 +11890,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/plts.json b/src/lib/runners/plts.json index 3043eeccc..f4a0ed7eb 100644 --- a/src/lib/runners/plts.json +++ b/src/lib/runners/plts.json @@ -1442,7 +1442,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1457,7 +1457,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1471,7 +1471,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1629,7 +1629,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1644,7 +1644,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1658,7 +1658,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5417,7 +5417,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5431,7 +5431,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5446,7 +5446,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5458,7 +5458,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5475,7 +5475,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5492,7 +5492,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5509,7 +5509,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5527,7 +5527,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8909,7 +8909,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8924,7 +8924,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -8936,7 +8936,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8953,7 +8953,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -9354,7 +9354,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -9372,7 +9372,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12407,7 +12407,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12444,7 +12444,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -12459,7 +12459,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12473,7 +12473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12491,7 +12491,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12505,7 +12505,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12520,7 +12520,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12532,7 +12532,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12549,7 +12549,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12566,7 +12566,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12583,7 +12583,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12601,7 +12601,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12631,7 +12631,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12647,7 +12647,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12661,7 +12661,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12679,7 +12679,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12693,7 +12693,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12708,7 +12708,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -12720,7 +12720,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12737,7 +12737,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -12754,7 +12754,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12771,7 +12771,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12789,7 +12789,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -12826,7 +12826,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/pzui.json b/src/lib/runners/pzui.json index 4e1b95f51..8386f056b 100644 --- a/src/lib/runners/pzui.json +++ b/src/lib/runners/pzui.json @@ -3275,7 +3275,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3289,7 +3289,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3304,7 +3304,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3316,7 +3316,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3333,7 +3333,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -3350,7 +3350,7 @@ "name": "a", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3367,7 +3367,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3385,7 +3385,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7007,7 +7007,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7022,7 +7022,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7034,7 +7034,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7051,7 +7051,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -7452,7 +7452,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7470,7 +7470,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10747,7 +10747,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10784,7 +10784,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 4 @@ -10799,7 +10799,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -10813,7 +10813,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10831,7 +10831,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10845,7 +10845,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10860,7 +10860,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -10872,7 +10872,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10889,7 +10889,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -10906,7 +10906,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10923,7 +10923,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10941,7 +10941,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10971,7 +10971,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -10987,7 +10987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -11001,7 +11001,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11019,7 +11019,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11033,7 +11033,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11048,7 +11048,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -11060,7 +11060,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11077,7 +11077,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -11094,7 +11094,7 @@ "name": "s", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11111,7 +11111,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11129,7 +11129,7 @@ "name": "t", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -11166,7 +11166,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/qxgl.json b/src/lib/runners/qxgl.json index 2333dc983..108a22a20 100644 --- a/src/lib/runners/qxgl.json +++ b/src/lib/runners/qxgl.json @@ -301,7 +301,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/rome.json b/src/lib/runners/rome.json index 653f961e5..58e06599a 100644 --- a/src/lib/runners/rome.json +++ b/src/lib/runners/rome.json @@ -1378,7 +1378,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1390,7 +1390,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1402,7 +1402,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2, @@ -1430,7 +1430,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -1443,7 +1443,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1466,7 +1466,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -3114,7 +3114,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3126,7 +3126,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3139,7 +3139,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2, @@ -3154,7 +3154,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -3238,7 +3238,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -3252,7 +3252,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3267,7 +3267,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3280,7 +3280,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -3294,7 +3294,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3311,7 +3311,7 @@ "name": "g", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -4773,7 +4773,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -4786,7 +4786,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -6143,7 +6143,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -6160,7 +6160,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7229,7 +7229,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7241,7 +7241,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -8109,7 +8109,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/rqdn.json b/src/lib/runners/rqdn.json index db5467e27..9282039f8 100644 --- a/src/lib/runners/rqdn.json +++ b/src/lib/runners/rqdn.json @@ -1293,7 +1293,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1305,7 +1305,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1318,7 +1318,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 3 @@ -1331,7 +1331,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1346,7 +1346,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 2 @@ -1359,7 +1359,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1374,7 +1374,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [ 1 @@ -1388,7 +1388,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1401,7 +1401,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -1415,7 +1415,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1432,7 +1432,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3163,7 +3163,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3176,7 +3176,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5099,7 +5099,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5113,7 +5113,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5126,7 +5126,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5140,7 +5140,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5157,7 +5157,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5183,7 +5183,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5197,7 +5197,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5210,7 +5210,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -5224,7 +5224,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5241,7 +5241,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/rzbq.json b/src/lib/runners/rzbq.json index 462b79595..62245661a 100644 --- a/src/lib/runners/rzbq.json +++ b/src/lib/runners/rzbq.json @@ -457,7 +457,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -469,7 +469,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -482,7 +482,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -497,7 +497,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2 @@ -580,7 +580,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1522,7 +1522,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1534,7 +1534,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -2288,7 +2288,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/snsr.json b/src/lib/runners/snsr.json index 727f15be8..8049b33a0 100644 --- a/src/lib/runners/snsr.json +++ b/src/lib/runners/snsr.json @@ -383,7 +383,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/syfp.json b/src/lib/runners/syfp.json index 7d7f1027c..a8cae9918 100644 --- a/src/lib/runners/syfp.json +++ b/src/lib/runners/syfp.json @@ -620,7 +620,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -656,7 +656,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -681,7 +681,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": { diff --git a/src/lib/runners/syhh.json b/src/lib/runners/syhh.json index 664d8c5ab..ab3ab6c85 100644 --- a/src/lib/runners/syhh.json +++ b/src/lib/runners/syhh.json @@ -913,7 +913,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -925,7 +925,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -938,7 +938,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -953,7 +953,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2 @@ -1055,7 +1055,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -2105,7 +2105,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -2118,7 +2118,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -2987,7 +2987,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3004,7 +3004,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/unck.json b/src/lib/runners/unck.json index 14d984096..d2b2f4179 100644 --- a/src/lib/runners/unck.json +++ b/src/lib/runners/unck.json @@ -1473,7 +1473,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1485,7 +1485,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1497,7 +1497,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1510,7 +1510,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2, @@ -1525,7 +1525,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -1538,7 +1538,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1561,7 +1561,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -3304,7 +3304,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3316,7 +3316,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3329,7 +3329,7 @@ "name": "d", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2, @@ -3344,7 +3344,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 3 @@ -3466,7 +3466,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -3480,7 +3480,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -3495,7 +3495,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -3507,7 +3507,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -3520,7 +3520,7 @@ "name": "e", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -5153,7 +5153,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -5165,7 +5165,7 @@ "name": "f", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 @@ -6673,7 +6673,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -7873,7 +7873,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -7887,7 +7887,7 @@ "name": "h", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -8871,7 +8871,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8888,7 +8888,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -8905,7 +8905,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/vpjw.json b/src/lib/runners/vpjw.json index 21e71c06d..8853c703f 100644 --- a/src/lib/runners/vpjw.json +++ b/src/lib/runners/vpjw.json @@ -218,7 +218,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/wafy.json b/src/lib/runners/wafy.json index 39ef0f392..9ffebe871 100644 --- a/src/lib/runners/wafy.json +++ b/src/lib/runners/wafy.json @@ -718,7 +718,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -730,7 +730,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -743,7 +743,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -758,7 +758,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2 @@ -821,7 +821,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ diff --git a/src/lib/runners/xhwx.json b/src/lib/runners/xhwx.json index d55886c3a..869675ab7 100644 --- a/src/lib/runners/xhwx.json +++ b/src/lib/runners/xhwx.json @@ -218,7 +218,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], diff --git a/src/lib/runners/zuam.json b/src/lib/runners/zuam.json index 4ad7ec682..a59c419ae 100644 --- a/src/lib/runners/zuam.json +++ b/src/lib/runners/zuam.json @@ -818,7 +818,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -830,7 +830,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -843,7 +843,7 @@ "name": "c", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1, @@ -858,7 +858,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 2 @@ -941,7 +941,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1877,7 +1877,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcUnbound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [], @@ -1889,7 +1889,7 @@ "name": "b", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [ 1 diff --git a/src/lib/runners/zvet.json b/src/lib/runners/zvet.json index a86584bea..1936faf37 100644 --- a/src/lib/runners/zvet.json +++ b/src/lib/runners/zvet.json @@ -1235,7 +1235,7 @@ "name": "shorthandNumber", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1271,7 +1271,7 @@ "name": "shorthandBinary", "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "type": "variable", "argPriorityAgg": [], "funcPriorityAgg": [ @@ -1296,7 +1296,7 @@ ], "highlightType": "active", "topLeftBadgeType": "none", - "bottomRightBadgeType": "none", + "bottomRightBadgeType": "funcBound", "magical": true }, "arg": {