webql/compiler/typechecker/typecheck_document
Copy MarkdownValues
typecheck
pub fn typecheck(
document: hir.Document,
context: context.Context,
) -> Result(hir.Document, diagnostic.Diagnostic)Typechecks a resolved document against its context.
pub fn typecheck(
document: hir.Document,
context: context.Context,
) -> Result(hir.Document, diagnostic.Diagnostic)Typechecks a resolved document against its context.