/haskell-testing-lecture

To be used for the lecture about testing in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

haskell-testing-lecture

To be used for the lecture about testing in Haskell. The goal is to write property-based tests for a topological sort function for a graph.

Usage

To run the REPL for the library:

stack repl

To run the REPL for the tests:

stack repl TopSort:test