X-Git-Url: http://git.tomasm.cz/fp.git/blobdiff_plain/dbb3af7ea8341e87b254dc94a613aec837b676b8..7b1d09697fa612b0ccdf30062dce7c6f0d5f4eeb:/src/Lambda/Parser/Fancy.hs 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