PGFService.hs: fix a type ambiguity when compiling without C run-time support

This commit is contained in:
hallgren
2014-01-27 16:46:48 +00:00
parent ca72fa94eb
commit 4e6db5d621

View File

@@ -265,6 +265,8 @@ getLang' readLang i =
limit, depth :: CGI (Maybe Int)
limit = readInput "limit"
depth = readInput "depth"
start :: CGI Int
start = maybe 0 id # readInput "start"
trie :: CGI Bool