aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/urweb.grm
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-06-02 19:28:25 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-06-02 19:28:25 -0400
commita144d74a7fb416108f643daaa3a734e416683737 (patch)
tree426b37ee6b714afc0a597600850846d73c9d41a7 /src/urweb.grm
parent1fd04be40e1f4885753a269b898d1bd11d24672d (diff)
Lexing some more string escape sequences; JS versions of number read; fix problem with signature unification; escape < more often in Jscomp
Diffstat (limited to 'src/urweb.grm')
-rw-r--r--src/urweb.grm5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/urweb.grm b/src/urweb.grm
index 1bb5da58..0232a3f3 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -959,11 +959,6 @@ eexp : eapps (eapps)
end)
bind : SYMBOL LARROW eapps (SYMBOL, NONE, eapps)
- | UNIT LARROW eapps (let
- val loc = s (UNITleft, eappsright)
- in
- ("_", SOME (TRecord (CRecord [], loc), loc), eapps)
- end)
| eapps (let
val loc = s (eappsleft, eappsright)
in