From bc374390a1c3db1c12f90e35d3b769dd537a846c Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 24 Nov 2009 16:44:16 +0100 Subject: [PATCH] Support => in the lambda prettyprinter. --- pret-lam.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/pret-lam.lua b/pret-lam.lua index dd3d5ca..1f073f8 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -22,6 +22,7 @@ local symbols = { [' '] = {repr = ' '}, ['_'] = {repr = '\\_'}, ['->'] = {repr = '\\rightarrow'}, + ['=>'] = {repr = '⇒'}, -- The default * sits very high above the baseline, \ast (u+2217) looks -- better. ['*'] = {repr = '\\ast'}, -- 2.30.2