Agda-2.5.1.1: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell98

Agda.Utils.Graph.AdjacencyMap.Unidirectional.Tests

Description

Properties for graph library.

Synopsis

Documentation

tests :: IO Bool Source #

All tests as collected by quickCheckAll.

Using quickCheckAll is convenient and superior to the manual enumeration of tests, since the name of the property is added automatically.