diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/scanner.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl index bac5576..160a23b 100644 --- a/frontend/scanner.icl +++ b/frontend/scanner.icl @@ -795,7 +795,7 @@ GetPrio input | IsDigit c = (error, digitToInt c, input) = (error, defaultPrio , charBack input) -where defaultPrio = 0 +where defaultPrio = 9 determineStrictness :: !Input -> (!Bool, !Input) determineStrictness input |