Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfacing with normal Rust code #1270

Open
bvssvni opened this issue Jan 18, 2023 · 0 comments
Open

Interfacing with normal Rust code #1270

bvssvni opened this issue Jan 18, 2023 · 0 comments

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Jan 18, 2023

willi_kappler asked whether it is possible to one day implement dependent types or refinement types in Rust as a crate.

There might be several ways to do this.

For example, one idea is to use TypeId and a hash table to look up function pointers.

Another approach could be to use Prop types together with normal Rust code.

Yet another idea is to use a solver that generates proofs in Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant