Skip to content

wespl/haskell-testing-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published