packages feed

hedgehog-classes-0.1.1.0: test/Spec/Category.hs

module Spec.Category (testCategory, testCommutativeCategory) where

import Hedgehog.Classes

testCategory :: [(String, [Laws])]
testCategory = []

testCommutativeCategory :: [(String, [Laws])]
testCommutativeCategory = []