This commit is contained in:
Able 2025-03-08 08:37:02 -06:00
parent c4b8c7cb61
commit 53d169b949

View file

@ -169,7 +169,7 @@ fn extend_environ<'a>(mut env: Environ<'a>) -> Environ<'a> {
let _ = file.write_all(b"");
// TODO: build the code with the hblang compiler.
// TODO: use the meta.rli to map dependencies.
Ok(Expr::Bool(true))
}),