X Tutup
The Wayback Machine - https://web.archive.org/web/20201219091137/https://github.com/wespl/haskell-testing-lecture
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

To be used for the lecture about testing in Haskell

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup