Skip to content

Commit

Permalink
Parameterize fixpoint by the type of vars (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilehmann authored Nov 30, 2023
1 parent 3449d35 commit 269a4c9
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 272 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/flux-fixpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive-where = "1.2.5"
flux-common.workspace = true
flux-config.workspace = true
itertools.workspace = true
Expand Down
Loading

0 comments on commit 269a4c9

Please sign in to comment.