remove comment
This commit is contained in:
parent
a36be407ca
commit
2d0f558415
@ -46,7 +46,7 @@ pub enum VisitorOutput<T, E> {
|
|||||||
Err(E)
|
Err(E)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub trait ExpressionVisitor {//TODO maybe this should be an associated type?
|
pub trait ExpressionVisitor {
|
||||||
type Output;
|
type Output;
|
||||||
fn type_anno(&mut self, _anno: &TypeIdentifier) -> Self::Output;
|
fn type_anno(&mut self, _anno: &TypeIdentifier) -> Self::Output;
|
||||||
fn nat_literal(&mut self, _value: &u64) -> Self::Output;
|
fn nat_literal(&mut self, _value: &u64) -> Self::Output;
|
||||||
|
Loading…
Reference in New Issue
Block a user