add another quickcheck property, and several edge cases handled

This commit is contained in:
Joey Hess 2014-02-16 21:00:12 -04:00
parent 81628d24c8
commit 613f8f02e3
Failed to extract signature
3 changed files with 73 additions and 8 deletions

View file

@ -8,9 +8,9 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Types.MetaData (
MetaData,
MetaField,
MetaValue,
MetaData(..),
MetaField(..),
MetaValue(..),
CurrentlySet(..),
serialize,
deserialize,