diff --git a/archive/css/general.css b/archive/css/general.css index e7d20da..6797d4a 100644 --- a/archive/css/general.css +++ b/archive/css/general.css @@ -232,3 +232,19 @@ kbd { .result-no-output { font-style: italic; } +input.user-checkable { + transform: scale(1.5); + margin-right: 8px; + margin-left: 8px; +} + +ul:has(> li > .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} +li:has(> .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} diff --git a/css/general.css b/css/general.css index e7d20da..6797d4a 100644 --- a/css/general.css +++ b/css/general.css @@ -232,3 +232,19 @@ kbd { .result-no-output { font-style: italic; } +input.user-checkable { + transform: scale(1.5); + margin-right: 8px; + margin-left: 8px; +} + +ul:has(> li > .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} +li:has(> .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} diff --git a/print.html b/print.html index bd7b970..b2a2987 100644 --- a/print.html +++ b/print.html @@ -193,19 +193,19 @@
cargo hax --version
should print some version info.Note: the instructions below assume you are in the folder of the specific crate (not workspace!) you want to extract.
Note: this part is useful only if you want to run F*.
proofs/fstar/extraction
folder, right next to the Cargo.toml
of the crate you want to verify.proofs/fstar/extraction
folder, right next to the Cargo.toml
of the crate you want to verify.mkdir -p proofs/fstar/extraction
proofs/fstar/extraction/Makefile
.proofs/fstar/extraction/Makefile
.curl -o proofs/fstar/extraction/Makefile https://gist.githubusercontent.com/W95Psp/4c304132a1f85c5af4e4959dd6b356c3/raw/Makefile
hax-lib
as a dependency to your crate.hax-lib
as a dependency to your crate.cargo add --git https://github.com/hacspec/hax hax-lib
hax-lib
is not mandatory, but this guide assumes it is present)cargo hax --version
should print some version info.Note: the instructions below assume you are in the folder of the specific crate (not workspace!) you want to extract.
Note: this part is useful only if you want to run F*.
proofs/fstar/extraction
folder, right next to the Cargo.toml
of the crate you want to verify.proofs/fstar/extraction
folder, right next to the Cargo.toml
of the crate you want to verify.mkdir -p proofs/fstar/extraction
proofs/fstar/extraction/Makefile
.proofs/fstar/extraction/Makefile
.curl -o proofs/fstar/extraction/Makefile https://gist.githubusercontent.com/W95Psp/4c304132a1f85c5af4e4959dd6b356c3/raw/Makefile
hax-lib
as a dependency to your crate.hax-lib
as a dependency to your crate.cargo add --git https://github.com/hacspec/hax hax-lib
hax-lib
is not mandatory, but this guide assumes it is present)