{
	"artifactVersion": 1,
	"artifactType": "LIBRARY",
	"constructed": "2023-09-08 01:19:51.421+0000",
	"description": "The Avail Standard Library",
	"roots": 
	[
		{
			"name": "avail",
			"description": "The Avail Standard Library primary module root",
			"digestAlgorithm": "SHA-256",
			"availModuleExtensions": 
			[
				"avail"
			],
			"entryPoints": 
			[
				"!_"
			],
			"styles": 
			{
				"stylesheet": 
				{
					"=#input-background": 
					{
						"background": "inputBackground"
					},
					"=#input-text": 
					{
						"foreground": "inputText"
					},
					"=#code-background": 
					{
						"background": "codeBackground"
					},
					"=#code-text": 
					{
						"foreground": "codeText"
					},
					"=#code-guide": 
					{
						"foreground": "codeGuide"
					},
					"=#stream-input": 
					{
						"foreground": "streamInput"
					},
					"=#stream-output": 
					{
						"foreground": "streamOutput"
					},
					"=#stream-error": 
					{
						"foreground": "streamError"
					},
					"=#stream-info": 
					{
						"foreground": "streamInfo"
					},
					"=#stream-command": 
					{
						"foreground": "streamCommand"
					},
					"=#stream-build-progress": 
					{
						"foreground": "streamBuildProgress"
					},
					"=#stream-report": 
					{
						"foreground": "streamReport"
					},
					"!": 
					{
						"foreground": "codeText",
						"background": "rose"
					},
					"=": 
					{
						"foreground": "codeText",
						"background": "codeBackground"
					},
					"=#method-send,#phrase": 
					{
						"foreground": "lilac"
					},
					"=#macro-send,#phrase": 
					{
						"foreground": "lilac"
					},
					"=#return-value,#method-send,#phrase": 
					{
						"foreground": "lilac",
						"background": "transparentMustard"
					},
					"=#return-value,#macro-send,#phrase": 
					{
						"foreground": "lilac",
						"background": "transparentMustard"
					},
					"#block": 
					{
						"foreground": "mustard"
					},
					"#method-definition": 
					{
						"foreground": "rose"
					},
					"#method-name": 
					{
						"foreground": "mango",
						"bold": true
					},
					"#parameter-definition": 
					{
						"foreground": "transparentMagenta",
						"bold": true
					},
					"#parameter-use": 
					{
						"foreground": "magenta",
						"bold": true
					},
					"#method-send": 
					{
					},
					"#macro-send": 
					{
					},
					"#statement": 
					{
						"foreground": "extremeText",
						"bold": true
					},
					"#type": 
					{
						"foreground": "blue"
					},
					"#type<#assert": 
					{
						"italic": true
					},
					"#metatype": 
					{
						"foreground": "blue",
						"italic": true
					},
					"#metatype<#conditional": 
					{
						"foreground": "mustard"
					},
					"#phrase-type": 
					{
						"foreground": "lilac",
						"italic": true
					},
					"#module-header": 
					{
						"foreground": "transparentRose"
					},
					"#module-header-region": 
					{
						"background": "faintTransparentIndigo"
					},
					"#version": 
					{
						"background": "faintTransparentRose"
					},
					"#import": 
					{
						"background": "faintTransparentRose"
					},
					"#export": 
					{
						"background": "faintTransparentRose"
					},
					"#entry-point": 
					{
						"background": "faintTransparentRose",
						"bold": true
					},
					"#pragma": 
					{
						"background": "faintTransparentRose",
						"italic": true
					},
					"#comment": 
					{
						"foreground": "weakGray"
					},
					"#documentation": 
					{
						"foreground": "strongGray"
					},
					"#documentation-tag": 
					{
						"foreground": "strongGray",
						"bold": true
					},
					"#module-constant-definition": 
					{
						"foreground": "transparentMagenta",
						"bold": true
					},
					"#module-constant-use": 
					{
						"foreground": "magenta",
						"italic": true
					},
					"#module-variable-definition": 
					{
						"foreground": "transparentMagenta",
						"bold": true
					},
					"#module-variable-use": 
					{
						"foreground": "magenta",
						"italic": true,
						"underline": true
					},
					"#primitive-failure-reason-definition": 
					{
						"foreground": "transparentMagenta",
						"bold": true
					},
					"#local-constant-definition": 
					{
						"foreground": "transparentMagenta",
						"bold": true
					},
					"#local-constant-use": 
					{
						"foreground": "transparentMagenta"
					},
					"#local-variable-definition": 
					{
						"foreground": "transparentMagenta",
						"bold": true
					},
					"#local-variable-use": 
					{
						"foreground": "magenta",
						"underline": true
					},
					"#label-definition": 
					{
						"foreground": "mustard",
						"background": "transparentMustard"
					},
					"#label-use": 
					{
						"foreground": "mustard",
						"underline": true
					},
					"#string-literal": 
					{
						"foreground": "green"
					},
					"#string-escape-sequence": 
					{
						"foreground": "transparentGreen",
						"bold": true
					},
					"#numeric-literal": 
					{
						"foreground": "green"
					},
					"#boolean-literal": 
					{
						"foreground": "green"
					},
					"#tuple-constructor": 
					{
						"foreground": "green"
					},
					"#set-constructor": 
					{
						"foreground": "green"
					},
					"#map-constructor": 
					{
						"foreground": "green"
					},
					"#character-literal": 
					{
						"foreground": "green"
					},
					"#atom-literal": 
					{
						"foreground": "green"
					},
					"#other-literal": 
					{
						"foreground": "green"
					},
					"#conditional": 
					{
						"foreground": "mustard"
					},
					"#loop": 
					{
						"foreground": "mustard"
					},
					"#loop,#nonlocal-control": 
					{
						"foreground": "mustard",
						"italic": true
					},
					"#lexer-definition": 
					{
						"foreground": "rose"
					},
					"#macro-definition": 
					{
						"foreground": "rose"
					},
					"#semantic-restriction-definition": 
					{
						"foreground": "rose"
					},
					"#grammatical-restriction-definition": 
					{
						"foreground": "rose"
					},
					"#seal-definition": 
					{
						"foreground": "rose"
					},
					"#object-type-definition": 
					{
						"foreground": "rose"
					},
					"#special-object-definition": 
					{
						"foreground": "rose"
					},
					"#primitive-name": 
					{
						"foreground": "rose",
						"bold": true
					},
					"#phrase": 
					{
					},
					"#phrase<#phrase<#phrase": 
					{
						"foreground": "lilac"
					},
					"#return-value": 
					{
						"background": "transparentMustard"
					},
					"#return-value<#assert-expression": 
					{
						"background": "weakTransparentRose"
					},
					"#nonlocal-control": 
					{
						"foreground": "mustard"
					},
					"#assert": 
					{
						"italic": true
					},
					"#assert-expression": 
					{
						"background": "weakTransparentRose"
					},
					"#assert-expression<#return-value": 
					{
						"background": "weakTransparentRose"
					},
					"#math-exponent": 
					{
						"superscript": true
					},
					"#deemphasize": 
					{
						"foreground": "deemphasize"
					},
					"#excluded": 
					{
						"strikethrough": true
					}
				},
				"palettes": 
				{
					"default": 
					{
						"inputBackground": "#F7F7F7FF/02232EFF",
						"inputText": "#000000FF/FFFFFFFF",
						"codeBackground": "#E6E6E6FF/053646FF",
						"codeText": "#000000EE/FFFFFFEE",
						"codeGuide": "#00000077/FFFFFF77",
						"streamInput": "#209020FF/379C1AFF",
						"streamOutput": "#000000FF/EEEEEEFF",
						"streamError": "#FF0000FF/FF6458FF",
						"streamInfo": "#0000FFFF/9EC4F1FF",
						"streamCommand": "#FF00FFFF/AE8ABEFF",
						"streamBuildProgress": "#806000FF/DCC457FF",
						"streamReport": "#AA0070FF/FB53ACFF",
						"extreme": "#FFFFFFFF/000000FF",
						"extremeText": "#000000FF/FFFFFFFF",
						"textBackground": "#FFFFFF4A/21121940",
						"strongGray": "#00000077/FFFFFF77",
						"weakGray": "#00000044/FFFFFF44",
						"lilac": "#8174FFFF/6659E2FF",
						"magenta": "#D03B83FF/D25B94FF",
						"transparentMagenta": "#D03B83AA/D25B94AA",
						"rose": "#DC4444FF/DC4444FF",
						"transparentRose": "#DC444488/DC444488",
						"weakTransparentRose": "#DC444444/DC444444",
						"faintTransparentRose": "#DC444422/DC444422",
						"mango": "#EE731BFF/FF8836FF",
						"mustard": "#E8B000FF/FFD659FF",
						"transparentMustard": "#E8B00018/FFD65918",
						"green": "#4C853EFF/78B669FF",
						"transparentGreen": "#4C853E88/78B66988",
						"blue": "#2294C6FF/38B1E5FF",
						"faintTransparentIndigo": "#4B35A920/3B279530",
						"deemphasize": "#80808080/60606080"
					}
				}
			},
			"templates": 
			{
				"a": 
				{
					"expansion": "\u2200",
					"markedForArtifactInclusion": true
				},
				"bottom": 
				{
					"expansion": "\u22A5",
					"markedForArtifactInclusion": true
				},
				"ceiling": 
				{
					"expansion": "\u2308\u2041\u2309",
					"markedForArtifactInclusion": true
				},
				"celsius": 
				{
					"expansion": "\u2103",
					"markedForArtifactInclusion": true
				},
				"cent": 
				{
					"expansion": "\u00A2",
					"markedForArtifactInclusion": true
				},
				"conjunction": 
				{
					"expansion": "\u2227",
					"markedForArtifactInclusion": true
				},
				"convert": 
				{
					"expansion": "\u224D",
					"markedForArtifactInclusion": true
				},
				"copyright": 
				{
					"expansion": "\u00A9",
					"markedForArtifactInclusion": true
				},
				"cubed": 
				{
					"expansion": "\u00B3",
					"markedForArtifactInclusion": true
				},
				"degree": 
				{
					"expansion": "\u00B0",
					"markedForArtifactInclusion": true
				},
				"delta": 
				{
					"expansion": "\u0394",
					"markedForArtifactInclusion": true
				},
				"disjunction": 
				{
					"expansion": "\u2228",
					"markedForArtifactInclusion": true
				},
				"divide": 
				{
					"expansion": "\u00F7",
					"markedForArtifactInclusion": true
				},
				"dot": 
				{
					"expansion": "\u00B7",
					"markedForArtifactInclusion": true
				},
				"doubledagger": 
				{
					"expansion": "\u2021",
					"markedForArtifactInclusion": true
				},
				"doubleexclamation": 
				{
					"expansion": "\u203C",
					"markedForArtifactInclusion": true
				},
				"doublequestion": 
				{
					"expansion": "\u2047",
					"markedForArtifactInclusion": true
				},
				"doublequotes": 
				{
					"expansion": "\u201C\u2041\u201D",
					"markedForArtifactInclusion": true
				},
				"downarrow": 
				{
					"expansion": "\u2193",
					"markedForArtifactInclusion": true
				},
				"downtack": 
				{
					"expansion": "\u22A4",
					"markedForArtifactInclusion": true
				},
				"e": 
				{
					"expansion": "\u2203",
					"markedForArtifactInclusion": true
				},
				"elementof": 
				{
					"expansion": "\u2208",
					"markedForArtifactInclusion": true
				},
				"ellipsis": 
				{
					"expansion": "\u2026",
					"markedForArtifactInclusion": true
				},
				"endash": 
				{
					"expansion": "\u2013",
					"markedForArtifactInclusion": true
				},
				"emdash": 
				{
					"expansion": "\u2014",
					"markedForArtifactInclusion": true
				},
				"emptyset": 
				{
					"expansion": "\u2205",
					"markedForArtifactInclusion": true
				},
				"enumeration": 
				{
					"expansion": "{\u2041}\u1D40",
					"markedForArtifactInclusion": true
				},
				"equivalent": 
				{
					"expansion": "\u224D",
					"markedForArtifactInclusion": true
				},
				"exists": 
				{
					"expansion": "\u2203",
					"markedForArtifactInclusion": true
				},
				"floor": 
				{
					"expansion": "\u230A\u2041\u230B",
					"markedForArtifactInclusion": true
				},
				"forall": 
				{
					"expansion": "\u2200",
					"markedForArtifactInclusion": true
				},
				"gte": 
				{
					"expansion": "\u2265",
					"markedForArtifactInclusion": true
				},
				"guillemets": 
				{
					"expansion": "\u00AB\u2041\u00BB",
					"markedForArtifactInclusion": true
				},
				"infinity": 
				{
					"expansion": "\u221E",
					"markedForArtifactInclusion": true
				},
				"interpunct": 
				{
					"expansion": "\u2022",
					"markedForArtifactInclusion": true
				},
				"intersection": 
				{
					"expansion": "\u2229",
					"markedForArtifactInclusion": true
				},
				"leftarrow": 
				{
					"expansion": "\u2190",
					"markedForArtifactInclusion": true
				},
				"leftceiling": 
				{
					"expansion": "\u2308",
					"markedForArtifactInclusion": true
				},
				"leftdoublequote": 
				{
					"expansion": "\u201C",
					"markedForArtifactInclusion": true
				},
				"leftfloor": 
				{
					"expansion": "\u230A",
					"markedForArtifactInclusion": true
				},
				"leftguillemet": 
				{
					"expansion": "\u00AB",
					"markedForArtifactInclusion": true
				},
				"leftquote": 
				{
					"expansion": "\u27E6",
					"markedForArtifactInclusion": true
				},
				"leftsinglequote": 
				{
					"expansion": "\u2018",
					"markedForArtifactInclusion": true
				},
				"leftunquote": 
				{
					"expansion": "\u298A",
					"markedForArtifactInclusion": true
				},
				"lte": 
				{
					"expansion": "\u2264",
					"markedForArtifactInclusion": true
				},
				"manicule": 
				{
					"expansion": "\uD83D\uDC49",
					"markedForArtifactInclusion": true
				},
				"map": 
				{
					"expansion": "{\u2041}",
					"markedForArtifactInclusion": true
				},
				"maplet": 
				{
					"expansion": "\u21A6",
					"markedForArtifactInclusion": true
				},
				"mdash": 
				{
					"expansion": "\u2014",
					"markedForArtifactInclusion": true
				},
				"memberof": 
				{
					"expansion": "\u2208",
					"markedForArtifactInclusion": true
				},
				"mu": 
				{
					"expansion": "\u00B5",
					"markedForArtifactInclusion": true
				},
				"ndash": 
				{
					"expansion": "\u2013",
					"markedForArtifactInclusion": true
				},
				"ne": 
				{
					"expansion": "\u2260",
					"markedForArtifactInclusion": true
				},
				"not": 
				{
					"expansion": "\u00AC",
					"markedForArtifactInclusion": true
				},
				"notelementof": 
				{
					"expansion": "\u2209",
					"markedForArtifactInclusion": true
				},
				"notmemberof": 
				{
					"expansion": "\u2209",
					"markedForArtifactInclusion": true
				},
				"notsubsetorequal": 
				{
					"expansion": "\u2288",
					"markedForArtifactInclusion": true
				},
				"notsupersetorequal": 
				{
					"expansion": "\u2289",
					"markedForArtifactInclusion": true
				},
				"o1": 
				{
					"expansion": "\u2460",
					"markedForArtifactInclusion": true
				},
				"o2": 
				{
					"expansion": "\u2461",
					"markedForArtifactInclusion": true
				},
				"o3": 
				{
					"expansion": "\u2462",
					"markedForArtifactInclusion": true
				},
				"o4": 
				{
					"expansion": "\u2463",
					"markedForArtifactInclusion": true
				},
				"o5": 
				{
					"expansion": "\u2464",
					"markedForArtifactInclusion": true
				},
				"o6": 
				{
					"expansion": "\u2465",
					"markedForArtifactInclusion": true
				},
				"o7": 
				{
					"expansion": "\u2466",
					"markedForArtifactInclusion": true
				},
				"o8": 
				{
					"expansion": "\u2467",
					"markedForArtifactInclusion": true
				},
				"o9": 
				{
					"expansion": "\u2468",
					"markedForArtifactInclusion": true
				},
				"pi": 
				{
					"expansion": "\u03C0",
					"markedForArtifactInclusion": true
				},
				"picapital": 
				{
					"expansion": "\u220F",
					"markedForArtifactInclusion": true
				},
				"plusminus": 
				{
					"expansion": "\u00B1",
					"markedForArtifactInclusion": true
				},
				"prefix": 
				{
					"expansion": "\u00A7",
					"markedForArtifactInclusion": true
				},
				"propersubset": 
				{
					"expansion": "\u2282",
					"markedForArtifactInclusion": true
				},
				"propersuperset": 
				{
					"expansion": "\u2283",
					"markedForArtifactInclusion": true
				},
				"quote": 
				{
					"expansion": "\u27E6\u2041\u27E7",
					"markedForArtifactInclusion": true
				},
				"rightarrow": 
				{
					"expansion": "\u2192",
					"markedForArtifactInclusion": true
				},
				"rightceiling": 
				{
					"expansion": "\u2309",
					"markedForArtifactInclusion": true
				},
				"rightdoublequote": 
				{
					"expansion": "\u201D",
					"markedForArtifactInclusion": true
				},
				"rightfloor": 
				{
					"expansion": "\u230B",
					"markedForArtifactInclusion": true
				},
				"rightguillemet": 
				{
					"expansion": "\u00BB",
					"markedForArtifactInclusion": true
				},
				"rightquote": 
				{
					"expansion": "\u27E7",
					"markedForArtifactInclusion": true
				},
				"rightsinglequote": 
				{
					"expansion": "\u2019",
					"markedForArtifactInclusion": true
				},
				"rightunquote": 
				{
					"expansion": "\u2989",
					"markedForArtifactInclusion": true
				},
				"root": 
				{
					"expansion": "\u221A",
					"markedForArtifactInclusion": true
				},
				"section": 
				{
					"expansion": "\u00A7",
					"markedForArtifactInclusion": true
				},
				"set": 
				{
					"expansion": "{\u2041}",
					"markedForArtifactInclusion": true
				},
				"sigma": 
				{
					"expansion": "\u2211",
					"markedForArtifactInclusion": true
				},
				"singledagger": 
				{
					"expansion": "\u2020",
					"markedForArtifactInclusion": true
				},
				"singlequotes": 
				{
					"expansion": "\u2018\u2041\u2019",
					"markedForArtifactInclusion": true
				},
				"squared": 
				{
					"expansion": "\u00B2",
					"markedForArtifactInclusion": true
				},
				"subsetorequal": 
				{
					"expansion": "\u2286",
					"markedForArtifactInclusion": true
				},
				"sum": 
				{
					"expansion": "\u2211",
					"markedForArtifactInclusion": true
				},
				"supersetorequal": 
				{
					"expansion": "\u2287",
					"markedForArtifactInclusion": true
				},
				"supert": 
				{
					"expansion": "\u1D40",
					"markedForArtifactInclusion": true
				},
				"swoop": 
				{
					"expansion": "\u2937",
					"markedForArtifactInclusion": true
				},
				"t": 
				{
					"expansion": "\u1D40",
					"markedForArtifactInclusion": true
				},
				"thereexists": 
				{
					"expansion": "\u2203",
					"markedForArtifactInclusion": true
				},
				"thinspace": 
				{
					"expansion": "\u2009",
					"markedForArtifactInclusion": true
				},
				"times": 
				{
					"expansion": "\u00D7",
					"markedForArtifactInclusion": true
				},
				"top": 
				{
					"expansion": "\u22A4",
					"markedForArtifactInclusion": true
				},
				"tuple": 
				{
					"expansion": "<\u2041>",
					"markedForArtifactInclusion": true
				},
				"union": 
				{
					"expansion": "\u222A",
					"markedForArtifactInclusion": true
				},
				"unquote": 
				{
					"expansion": "\u298A\u2041\u2989",
					"markedForArtifactInclusion": true
				},
				"uparrow": 
				{
					"expansion": "\u2191",
					"markedForArtifactInclusion": true
				},
				"uptack": 
				{
					"expansion": "\u22A5",
					"markedForArtifactInclusion": true
				},
				"xor": 
				{
					"expansion": "\u2295",
					"markedForArtifactInclusion": true
				},
				"yields": 
				{
					"expansion": "\u21D2",
					"markedForArtifactInclusion": true
				},
				"1": 
				{
					"expansion": "\u00B9",
					"markedForArtifactInclusion": true
				},
				"2": 
				{
					"expansion": "\u00B2",
					"markedForArtifactInclusion": true
				},
				"3": 
				{
					"expansion": "\u00B3",
					"markedForArtifactInclusion": true
				},
				"4": 
				{
					"expansion": "\u2074",
					"markedForArtifactInclusion": true
				},
				"5": 
				{
					"expansion": "\u2075",
					"markedForArtifactInclusion": true
				},
				"6": 
				{
					"expansion": "\u2076",
					"markedForArtifactInclusion": true
				},
				"7": 
				{
					"expansion": "\u2077",
					"markedForArtifactInclusion": true
				},
				"8": 
				{
					"expansion": "\u2078",
					"markedForArtifactInclusion": true
				},
				"9": 
				{
					"expansion": "\u2079",
					"markedForArtifactInclusion": true
				},
				"->": 
				{
					"expansion": "\u2192",
					"markedForArtifactInclusion": true
				},
				"=>": 
				{
					"expansion": "\u21D2",
					"markedForArtifactInclusion": true
				},
				"<-": 
				{
					"expansion": "\u2190",
					"markedForArtifactInclusion": true
				},
				"*": 
				{
					"expansion": "\u00D7",
					"markedForArtifactInclusion": true
				},
				"/": 
				{
					"expansion": "\u00F7",
					"markedForArtifactInclusion": true
				},
				"<=": 
				{
					"expansion": "\u2264",
					"markedForArtifactInclusion": true
				},
				">=": 
				{
					"expansion": "\u2265",
					"markedForArtifactInclusion": true
				},
				"!": 
				{
					"expansion": "\u00AC",
					"markedForArtifactInclusion": true
				},
				"!!": 
				{
					"expansion": "\u203C",
					"markedForArtifactInclusion": true
				},
				"!=": 
				{
					"expansion": "\u2260",
					"markedForArtifactInclusion": true
				},
				"...": 
				{
					"expansion": "\u2026",
					"markedForArtifactInclusion": true
				},
				"??": 
				{
					"expansion": "\u2047",
					"markedForArtifactInclusion": true
				},
				"/**": 
				{
					"expansion": "/**\n * \u2041\n */",
					"markedForArtifactInclusion": true
				}
			}
		}
	]
}