README

moonbitlang/parser/mbti_ast does not have a README file

#
Attributes

Type List used by this package APIs.

#
QualifiedIdent

using @moonbitlang/parser/syntax { type LongIdent as QualifiedIdent }

#
MethodSelfType

pub(all) struct MethodSelfType {
name : String
is_object : Bool
loc :
Location

} derive(
Debug
)

#
Name

pub(all) struct Name {
name : String
loc :
Location

} derive(ToJson,
Debug
)

#
PackageImport

pub(all) struct PackageImport {
name : String
alias_ : String?
} derive(
Debug
)

#
TypeParamNoConstraints

pub(all) enum TypeParamNoConstraints {
Name(Name)
Underscore(
Location
)
} derive(
Debug
)

#
TypeParamWithConstraints

pub(all) struct TypeParamWithConstraints {
name : Name
constraints :
List
[QualifiedName]
} derive(
Debug
)

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io