Milky2018/diago/ast does not have a README file
#deprecated("`ArrayValue::equal` is deprecated, use `Eq::equal` instead.")
fn ArrayValue::equal(ArrayValue, ArrayValue) -> Bool#deprecated("`ArrayValue::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn ArrayValue::not_equal(x : ArrayValue, y : ArrayValue) -> Bool#deprecated("`ArrayValue::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn ArrayValue::to_repr(ArrayValue) -> Repr#deprecated("`BlockString::equal` is deprecated, use `Eq::equal` instead.")
fn BlockString::equal(BlockString, BlockString) -> Bool#deprecated("`BlockString::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn BlockString::not_equal(x : BlockString, y : BlockString) -> Bool#deprecated("`BlockString::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn BlockString::to_repr(BlockString) -> Repr#deprecated("`DoubleQuotedString::equal` is deprecated, use `Eq::equal` instead.")
fn DoubleQuotedString::equal(DoubleQuotedString, DoubleQuotedString) -> Bool#deprecated("`DoubleQuotedString::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn DoubleQuotedString::not_equal(x : DoubleQuotedString, y : DoubleQuotedString) -> Bool#deprecated("`DoubleQuotedString::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn DoubleQuotedString::to_repr(DoubleQuotedString) -> Reprpub struct Import {
range : Range
spread : Bool
pre : String
path : Array[StringValue]
} derive(Eq, Debug)#deprecated("`Interpolation::equal` is deprecated, use `Eq::equal` instead.")
fn Interpolation::equal(Interpolation, Interpolation) -> Bool#deprecated("`Interpolation::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn Interpolation::not_equal(x : Interpolation, y : Interpolation) -> Bool#deprecated("`Interpolation::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn Interpolation::to_repr(Interpolation) -> Reprpub(all) enum Node {
Map(Map)
MapNode(MapNode)
Key(Key)
KeyPath(KeyPath)
Edge(Edge)
EdgeIndex(EdgeIndex)
Value(Value)
ArrayValue(ArrayValue)
ArrayNode(ArrayNode)
Scalar(Scalar)
StringValue(StringValue)
UnquotedString(UnquotedString)
DoubleQuotedString(DoubleQuotedString)
BlockString(BlockString)
Substitution(Substitution)
Import(Import)
} derive(Eq, Debug)pub(all) enum StringValue {
Unquoted(UnquotedString)
SingleQuoted(Range, String)
DoubleQuoted(DoubleQuotedString)
Block(BlockString)
} derive(Eq, Debug)#deprecated("`StringValue::equal` is deprecated, use `Eq::equal` instead.")
fn StringValue::equal(StringValue, StringValue) -> Bool#deprecated("`StringValue::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn StringValue::not_equal(x : StringValue, y : StringValue) -> Bool#deprecated("`StringValue::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn StringValue::to_repr(StringValue) -> Repr#deprecated("`Substitution::equal` is deprecated, use `Eq::equal` instead.")
fn Substitution::equal(Substitution, Substitution) -> Bool#deprecated("`Substitution::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn Substitution::not_equal(x : Substitution, y : Substitution) -> Bool#deprecated("`Substitution::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn Substitution::to_repr(Substitution) -> Repr#deprecated("`UnquotedString::equal` is deprecated, use `Eq::equal` instead.")
fn UnquotedString::equal(UnquotedString, UnquotedString) -> Boolfn UnquotedString::new(range : Range, value : Array[Interpolation], pattern : Array[String]) -> UnquotedString#deprecated("`UnquotedString::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn UnquotedString::not_equal(x : UnquotedString, y : UnquotedString) -> Bool#deprecated("`UnquotedString::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn UnquotedString::to_repr(UnquotedString) -> Reprfn is_reserved_keyword(s : String) -> BoolInstall
Download zipA diagram toolkit for MoonBit with Dagre, ELK, and Railway layout engines, rendering SVG, ASCII, and Unicode outputs.
Dependencies