@hackage network-arbitrary1.0.0.0

Arbitrary Instances for Network Types

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