diff options
| author | hallgren <hallgren@chalmers.se> | 2014-01-27 16:46:48 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-01-27 16:46:48 +0000 |
| commit | 06bb2a1dad1ab82f79cabbdaafcf61a86af4494c (patch) | |
| tree | 13907ec70846896824743bbe4125e306b3e0ad35 /src/server/PGFService.hs | |
| parent | b3251f402df4e1f7ddf775fc0627430f5d309846 (diff) | |
PGFService.hs: fix a type ambiguity when compiling without C run-time support
Diffstat (limited to 'src/server/PGFService.hs')
| -rw-r--r-- | src/server/PGFService.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/PGFService.hs b/src/server/PGFService.hs index 38180826d..84176baca 100644 --- a/src/server/PGFService.hs +++ b/src/server/PGFService.hs @@ -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 |
