From: Matthijs Kooijman Date: Wed, 2 Sep 2009 09:13:15 +0000 (+0200) Subject: Add letrec and letnonrec as keywords to pret-lam. X-Git-Tag: final-thesis~268 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=eca644f36a8fc0b7cc7abd985ef3c3779a0de712;ds=inline Add letrec and letnonrec as keywords to pret-lam. --- diff --git a/pret-lam.lua b/pret-lam.lua index 98244b0..7058f62 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -32,6 +32,8 @@ local keywords = { ['case'] = {}, ['of'] = {}, ['let'] = {}, + ['letrec'] = {}, + ['letnonrec'] = {}, ['in'] = {}, }