mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
PGFService.hs: fix a type ambiguity when compiling without C run-time support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user