• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Data/H09-Sep-2001-29,08917,055

Documentation/SBV/Examples/H03-May-2022-10,4143,482

SBVBenchSuite/H03-May-2022-3,4651,398

SBVTestSuite/H03-May-2022-65,40160,260

CHANGES.mdH A D09-Sep-2001125.2 KiB2,5511,974

COPYRIGHTH A D09-Sep-2001167 64

INSTALLH A D09-Sep-2001442 128

LICENSEH A D09-Sep-20011.5 KiB2723

README.mdH A D09-Sep-2001779 2317

Setup.hsH A D09-Sep-2001455 204

sbv.cabalH A D09-Sep-200128.3 KiB617602

README.md

1## SBV: SMT Based Verification in Haskell
2
3On Hackage: http://hackage.haskell.org/package/sbv
4
5Please see: http://leventerkok.github.io/sbv/
6
7### Build Status
8
9 - Linux:
10     - GHC 8.10.2 [![Build1][3]][1]
11     - GHC 8.8.4 [![Build1][4]][1]
12 - Mac OSX:
13     - GHC 8.10.2 [![Build1][5]][1]
14 - Windows:
15     - GHC 8.10.1 [![Build5][6]][2]
16
17[1]: https://travis-ci.org/LeventErkok/sbv
18[2]: https://ci.appveyor.com/project/LeventErkok/sbv
19[3]: https://travis-matrix-badges.herokuapp.com/repos/LeventErkok/sbv/branches/master/1
20[4]: https://travis-matrix-badges.herokuapp.com/repos/LeventErkok/sbv/branches/master/2
21[5]: https://travis-matrix-badges.herokuapp.com/repos/LeventErkok/sbv/branches/master/3
22[6]: https://ci.appveyor.com/api/projects/status/github/LeventErkok/sbv?svg=true
23