Skip to content

Commit

Permalink
minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 1, 2023
1 parent 8a2379d commit 1440178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Franziskus Kiefer"]
language = "en"
multilingual = false
src = "src"
title = "hacspec"
title = "hax"

[output.html]
mathjax-support = true
4 changes: 2 additions & 2 deletions src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Rust into formal languages such as [F\*](https://www.fstar-lang.org/) or [Coq](h
This extends the scope of the hacspec project, which was previously a DSL embedded in Rust,
to a usable tool for verifying Rust programs.

> So what is hacspec now?
> So what is **hacspec** now?
hacspec is the functional subset of Rust that can be used, together with a hacspec
standard library, to write succinct, executable, and verifiable specifications in
Rust.
These specifications can be translated into formal languages with hax.

# Warning: this book is currently being rewritten!
# ⚠️ Warning: this book is currently being rewritten! ⚠️

hax is the successor of hacspec. You can find the previous book
describing hacspec [here](/archive), but keep in mind most of the information
Expand Down

0 comments on commit 1440178

Please sign in to comment.