Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 278 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 278 Bytes

An eDSL with Decidable Verification

To test it out on your system, first install the Cabal build tool for Haskell and the CVC5 SMT solver.

$ git clone https://github.com/cuplv/ddsl
$ cd ddsl
$ cabal update
$ cabal repl
ghci> Ddsl.Example.Election.verifyElection
...