@hackage / network-arbitrary

Arbitrary Instances for Network Types

Latest1.0.0.1

About

Metadata

  • Last updated , by alunduil
  • License MIT
  • Categories Testing
  • Maintained by: alunduil@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.3
  2. 9.10.2
  3. 9.10.1
  4. 9.8.4
  5. 9.8.3
  6. 9.8.2
  7. 9.8.1
  8. 9.6.7
  9. 9.6.6
  10. 9.6.5
  11. 9.6.4
  12. 9.6.3
  13. 9.6.2
  14. 9.6.1
  15. 9.4.8
  16. 9.4.7
  17. 9.4.6
  18. 9.4.5
  19. 9.4.4
  20. 9.4.3
  21. 9.4.2
  22. 9.4.1

Readme

network-arbitrary

Homepage By Alex Brandt alunduil@gmail.com

Description

You can use network-arbitrary to provide Arbitrary instances for Network module types.

Terms of use

You are free to use network-arbitrary without any conditions. See the [LICENSE] file for details.

How to use network-arbitrary

{-# LANGUAGE TypeApplications #-}
module main where

import Network.URI (URI)
import Network.URI.Arbitrary ()

main = generate (arbitrary @URI) >>= print

Documentation

Getting Help

  • GitHub Issues: Support requests, bug reports, and feature requests

How to Help