Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 295 Bytes

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