Skip to content

Commit

Permalink
flux seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Dec 18, 2024
1 parent a0eea6c commit be3e09b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# TODO

## CVC5

- [x] bitv.smt2
- [x] str00.smt2
- [x] scrape01.smt2
- [] horn-pos-cvc5.ple_list01_adt.smt2
4 changes: 0 additions & 4 deletions src/Language/Fixpoint/Smt/Serialize.hs
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ smt2datactors env (DDecl _ as cs)
smt2ctor :: SymEnv -> Int -> DataCtor -> Builder

smt2ctor env as (DCtor c fs) = parenSeqs (smt2 env c : (smt2field env as <$> fs))
-- smt2ctor env _ (DCtor c []) = parens (smt2 env c)
-- smt2ctor env as (DCtor c fs) = parenSeqs [smt2 env c, fields]
-- where
-- fields = smt2many (smt2field env as <$> fs)

smt2field :: SymEnv -> Int -> DataField -> Builder
smt2field env as d@(DField x t) = parenSeqs [smt2 env x, smt2SortPoly d env $ mkPoly as t]
Expand Down

0 comments on commit be3e09b

Please sign in to comment.