Skip to content

Commit 6a4b08a

Browse files
authored
Merge pull request #89 from input-output-hk/drop-quickcheck-dynamic-iosim
Drop now-unrelated quickcheck-dynamic-iosim
2 parents ed9a72c + 70bc9fa commit 6a4b08a

File tree

7 files changed

+0
-165
lines changed

7 files changed

+0
-165
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
A library for testing stateful programs using [QuickCheck](https://hackage.haskell.org/package/QuickCheck) and [dynamic logic](https://en.wikipedia.org/wiki/Dynamic_logic_(modal_logic)).
99

10-
This repository hosts:
11-
* The core [quickcheck-dynamic](./quickcheck-dynamic) library providing tools for quickchecking stateful models,
12-
* Example of integrating [io-sim](https://github.com/input-output-hk/io-sim)'s Haskell runtime simulator and _quickcheck-dynamic_ to model and test complex multi-threaded application.
13-
1410
## Documentation
1511

1612
* The original stateful testing approach is described in John Hughes' research paper: [https://www.cs.tufts.edu/~nr/cs257/archive/john-hughes/quviq-testing.pdf ](https://publications.lib.chalmers.se/records/fulltext/232550/local_232550.pdf)

cabal.project

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
packages:
22
quickcheck-dynamic
3-
quickcheck-dynamic-iosim
43

54
tests: true
65

76
test-show-details: direct
8-
9-
allow-newer:
10-
text

quickcheck-dynamic-iosim/LICENSE

Lines changed: 0 additions & 53 deletions
This file was deleted.

quickcheck-dynamic-iosim/NOTICE

Lines changed: 0 additions & 13 deletions
This file was deleted.

quickcheck-dynamic-iosim/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

quickcheck-dynamic-iosim/quickcheck-dynamic-iosim.cabal

Lines changed: 0 additions & 61 deletions
This file was deleted.

quickcheck-dynamic-iosim/src/Test/QuickCheck/StateModel/IOSim.hs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)