AstProgramInfo -> ProgramInfo
This commit is contained in:
@@ -314,12 +314,12 @@ pub fn apply(db: &dyn Database, ast: AstNode) -> Apply {
|
||||
}
|
||||
|
||||
/// A type alias for parse stage [Expr].
|
||||
pub type Expr = ir::Expr<AstProgramInfo>;
|
||||
pub type Expr = ir::Expr<ProgramInfo>;
|
||||
|
||||
/// Program information for IR at parse time.
|
||||
pub struct AstProgramInfo;
|
||||
pub struct ProgramInfo;
|
||||
|
||||
impl ir::ProgramInfo for AstProgramInfo {
|
||||
impl ir::ProgramInfo for ProgramInfo {
|
||||
type SymbolLabel = Infallible;
|
||||
type RelationLabel = Infallible;
|
||||
type AssumptionMeta = Infallible;
|
||||
|
||||
Reference in New Issue
Block a user