We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e44d3 commit beee4b9Copy full SHA for beee4b9
rust-engine/src/main.rs
@@ -38,8 +38,8 @@ fn main() {
38
.intersperse(
39
vec![
40
"-- Experimental lean backend for Hax",
41
- "-- Uncomment the following line to use the prelude (requires the Lib.lean file) : ",
42
- "-- import Lib",
+ "-- Comment the following line to not import the prelude (requires the Lib.lean file) : ",
+ "import Lib",
43
],
44
allocator.hardline(),
45
)
0 commit comments