File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ` hax-engine-names `
2
2
3
3
## Purpose of the crate
4
- The create ` hax-engine-names ` is a dummy crate that contains all the
4
+ The crate ` hax-engine-names ` is a dummy crate that contains all the
5
5
Rust names the engine should be aware of.
6
6
7
7
For instance, the engine needs to know about ` Some ` and ` None ` to
@@ -29,8 +29,8 @@ Note this will also make `Option` available.
29
29
30
30
## How names are generated in OCaml
31
31
The subcrate ` hax-engine-names-extract ` runs ` cargo hax into json ` on
32
- the crate ` hax-engine-names ` , and extract all the names it finds,
33
- along with other informations .
32
+ the crate ` hax-engine-names ` , and extracts all the names it finds,
33
+ along with other information .
34
34
35
35
Those names are compiled into the enumeration type
36
36
` Concrete_ident_generated.name ` . You can look at those names by
You can’t perform that action at this time.
0 commit comments