From 891001c31cd71632b828e79248e82f6fcda5dc3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Musil?= Date: Tue, 30 Dec 2014 19:59:46 +0100 Subject: [PATCH] fix documentation --- src/Lambda/Parser/Fancy.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lambda/Parser/Fancy.hs b/src/Lambda/Parser/Fancy.hs index 10231b8..79c1ca9 100644 --- a/src/Lambda/Parser/Fancy.hs +++ b/src/Lambda/Parser/Fancy.hs @@ -9,7 +9,7 @@ -- Maintainer : tomik.musil@gmail.com -- Stability : experimental -- --- Parser for λ-terms. '.' in λ implies brackets to the end of the context. +-- Parser for λ-terms. \'.\' in λ implies brackets to the end of the context. -- TODO: proper documentation -- 2.4.2