From 5579b84a97cb942fdfd4c4898793f9de95bc03d1 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 7 Feb 2016 19:59:10 -0500 Subject: Merge PVar and PWild, to get more reasonable type-class resolution --- lib/js/urweb.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/js') diff --git a/lib/js/urweb.js b/lib/js/urweb.js index 14ec4612..ac469f20 100644 --- a/lib/js/urweb.js +++ b/lib/js/urweb.js @@ -1823,8 +1823,6 @@ function lookup(env, n) { function execP(env, p, v) { switch (p.c) { - case "w": - return env; case "v": return cons(v, env); case "c": -- cgit v1.2.3