aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.dcl
diff options
context:
space:
mode:
authorronny2003-12-01 08:51:14 +0000
committerronny2003-12-01 08:51:14 +0000
commit499610d4bc1d1417145b66c2382f9f1c94661952 (patch)
tree5fbd1a93dae9064b178131be939d3525518e8538 /frontend/scanner.dcl
parentadded version resource section (diff)
use same default fixity and priority (infixl 9) everywhere
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1421 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r--frontend/scanner.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/scanner.dcl b/frontend/scanner.dcl
index 1a5f057..6ed0019 100644
--- a/frontend/scanner.dcl
+++ b/frontend/scanner.dcl
@@ -125,6 +125,7 @@ instance <<< FilePosition
:: Assoc = LeftAssoc | RightAssoc | NoAssoc
:: Priority = Prio Assoc Int | NoPrio
+DefaultPriority :: Priority
class getFilename state :: !*state -> (!String,!*state)
instance getFilename ScanState