
12 Jun
2007
12 Jun
'07
9:51 a.m.
On Tue, Jun 12, 2007 at 06:24:43PM +1000, Donald Bruce Stewart wrote:
Yes, we ought to look through the functions in StackSet and evaluate whether the partial functions are worth keeping. I defer to Don on this one, because it's his code.
I belive their only exported so QuickCheck works.
Any thoughts on how to separate the QC internals, from the export list?
Easy. Rename StackSet to UnsafeStackSetInternalDontImportThis and then write a wrapper module around it that only exports safe functions. And import the unsafe module into Properties. -- David Roundy http://www.darcs.net