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

Refactor module p #125

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Refactor module p #125

merged 2 commits into from
Jan 31, 2024

Conversation

epatrizio
Copy link
Collaborator

Preparing work for fuzzing (done with @chambart)

src/symbolic.ml Outdated
Comment on lines 12 to 14
type 'a solver_module = (module Encoding.Solver_intf.S with type t = 'a)
type solver = S : 'a solver_module * 'a -> solver
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and

  val solver: t -> solver

  val pc: t -> Symbolic_value.S.vbool list

were added unsupervised by me and @epatrizio so you may want to use double the amount of caution when reviewing.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is what we want, but you'll find out while writing the fuzzer part. :-)

@krtab
Copy link
Collaborator

krtab commented Jan 31, 2024

The CI is failing. Can you run dune fmt ?

@krtab krtab merged commit 7fc5eb6 into OCamlPro:main Jan 31, 2024
2 checks passed
@krtab krtab mentioned this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants