From 07f80839011b33db760cdac421ccea6226b07111 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 2 Jun 2009 19:28:25 -0400 Subject: Lexing some more string escape sequences; JS versions of number read; fix problem with signature unification; escape < more often in Jscomp --- src/urweb.grm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/urweb.grm') 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 -- cgit v1.2.3