From eca644f36a8fc0b7cc7abd985ef3c3779a0de712 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 2 Sep 2009 11:13:15 +0200 Subject: [PATCH] Add letrec and letnonrec as keywords to pret-lam. --- pret-lam.lua | 2 ++ 1 file changed, 2 insertions(+) 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'] = {}, } -- 2.30.2