src/webql/assembler/linker/diagnostic.gleam
pub type DiagnosticKind {
UnknownOperation(name: String)
}
pub type Diagnostic {
Diagnostic(kind: DiagnosticKind)
}
pub type DiagnosticKind {
UnknownOperation(name: String)
}
pub type Diagnostic {
Diagnostic(kind: DiagnosticKind)
}