mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -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, depth :: CGI (Maybe Int)
|
||||||
limit = readInput "limit"
|
limit = readInput "limit"
|
||||||
depth = readInput "depth"
|
depth = readInput "depth"
|
||||||
|
|
||||||
|
start :: CGI Int
|
||||||
start = maybe 0 id # readInput "start"
|
start = maybe 0 id # readInput "start"
|
||||||
|
|
||||||
trie :: CGI Bool
|
trie :: CGI Bool
|
||||||
|
|||||||
Reference in New Issue
Block a user