Skip to main content

type_check

Function type_check 

Source
pub fn type_check<Ast: TypeCheck>(
    ast: impl Into<Arc<Ast>>,
) -> WithTranslationErrors<Ast::Output>
Expand description

Type-check a parsed AST with default options.

Works for both Query and Pipeline (anything implementing TypeCheck).