the exhaustive/random generator now knows how to handle computable functions in the types

This commit is contained in:
krasimir
2010-10-11 17:18:28 +00:00
parent c145f18a19
commit 95733f0b1b
5 changed files with 248 additions and 210 deletions

View File

@@ -35,3 +35,7 @@ executable pgf-server
ghc-options: -threaded
if os(windows)
ghc-options: -optl-mwindows
executable content-server
build-depends: base >=4.2 && <5
main-is: ContentService.hs