Docs.rs
hax-lib-0.3.2
hax-lib 0.3.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:cryspen:tools
Dependencies
hax-lib-macros =0.3.2
normal
optional
num-bigint ^0.4
normal
num-traits ^0.2
normal
Versions
25.37%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hax_lib
0.3.2
Module prop
Module Items
Re-exports
Modules
Structs
Traits
Functions
In crate hax_
lib
hax_lib
Module
prop
Copy item path
Source
Re-exports
§
pub use constructors::
eq
;
Modules
§
constructors
This module provides monomorphic constructors for
Prop
. Hax rewrite more elaborated versions (see
forall
or
AndBit
below) to those monomorphic constructors.
Structs
§
Prop
Represent a logical proposition, that may be not computable.
Traits
§
ToProp
Functions
§
exists
The existential quantifier. This should be used only for Hax code: in Rust, this is always true.
forall
The universal quantifier. This should be used only for Hax code: in Rust, this is always true.
implies
The logical implication
a ==> b
.