summaryrefslogtreecommitdiff
path: root/src/Transfer/Core/Lex.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-03-03 10:34:15 +0000
committerbringert <bringert@cs.chalmers.se>2006-03-03 10:34:15 +0000
commit145e0a4c8212a32c669d14cb67a615add5f0ad56 (patch)
treede7f434b833254fb1c0dbb388833f77fa7acf43a /src/Transfer/Core/Lex.hs
parent6c5763615fc3e2c5fb40b15daec39d301a0a9a18 (diff)
Transfer: Removed PType from source and core languages.
Diffstat (limited to 'src/Transfer/Core/Lex.hs')
-rw-r--r--src/Transfer/Core/Lex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Transfer/Core/Lex.hs b/src/Transfer/Core/Lex.hs
index fd3d399c4..dba4b522b 100644
--- a/src/Transfer/Core/Lex.hs
+++ b/src/Transfer/Core/Lex.hs
@@ -44,7 +44,7 @@ share :: String -> String
share = id
data Tok =
- TS !String -- reserved words
+ TS !String -- reserved words and symbols
| TL !String -- string literals
| TI !String -- integer literals
| TV !String -- identifiers