cl-interpret: Change format of todo for Impl
This commit is contained in:
parent
0fd9c002fc
commit
088cd4d1e4
@ -126,7 +126,7 @@ impl Interpret for Enum {
|
||||
}
|
||||
impl Interpret for Impl {
|
||||
fn interpret(&self, env: &mut Environment) -> IResult<ConValue> {
|
||||
println!("TODO: {self}");
|
||||
println!("TODO: impl {}", self.target);
|
||||
let Self { target: _, body } = self;
|
||||
body.interpret(env)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user