diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-11 10:14:59 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-11 10:14:59 -0400 |
commit | b404fdb16497e263484383464234f3ddf1d62150 (patch) | |
tree | c8ffe0ed690301c79e9a40ece3de7727355e87b4 /src/urweb.lex | |
parent | 7bc788c67ed9331773355ceeae4ace7923a6e914 (diff) |
Unpolyed a polymorphic function of two arguments
Diffstat (limited to 'src/urweb.lex')
-rw-r--r-- | src/urweb.lex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urweb.lex b/src/urweb.lex index 1e7876b4..9cb4d642 100644 --- a/src/urweb.lex +++ b/src/urweb.lex @@ -112,7 +112,7 @@ fun initialize () = (xmlTag := []; %s COMMENT STRING XML XMLTAG; id = [a-z_][A-Za-z0-9_']*; -cid = [A-Z][A-Za-z0-9_']*; +cid = [A-Z][A-Za-z0-9_]*; ws = [\ \t\012]; intconst = [0-9]+; realconst = [0-9]+\.[0-9]*; |