An open API service indexing awesome lists of open source software.

https://github.com/matterhorn-chat/mattermost-api-qc

QuickCheck instance library for the mattermost-api library.
https://github.com/matterhorn-chat/mattermost-api-qc

Last synced: about 2 months ago
JSON representation

QuickCheck instance library for the mattermost-api library.

Awesome Lists containing this project

README

        

# Mattermost API QuickCheck instances

[![Hackage](https://img.shields.io/hackage/v/mattermost-api-qc.svg)](https://hackage.haskell.org/package/mattermost-api-qc)

This library provides QuickCheck Arbitrary instances for data
structures defined in the Mattermost API package
(https://github.com/matterhorn-chat/mattermost-api). Importing this
library allows clients of the mattermost-api library to write
QuickCheck tests based on types from that library.