Skip to content

Commit

Permalink
renaming alethe.eo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallku2 committed Jan 21, 2025
1 parent b747356 commit 26a386a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ fn translate_command(options: TranslateCommandOptions) -> CliResult<()> {
// TODO: do not hard-code this in here
// TODO: fix where to include these depedencies
// Include Alethe's mechanization in Eunoia
println!("(include \"../alethe_signature/Alethe.eo\")");
println!("(include \"../alethe_signature/alethe.eo\")");
println!("(include \"../alethe_signature/theory.eo\")");
println!("(include \"../alethe_signature/programs.eo\")");
println!("{}", std::str::from_utf8(&buf_prelude).unwrap());
Expand Down

0 comments on commit 26a386a

Please sign in to comment.