emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-ts-mode 59c4c2a5a6 40/61: pattern matching docu


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-ts-mode 59c4c2a5a6 40/61: pattern matching docu
Date: Wed, 4 Sep 2024 04:00:29 -0400 (EDT)

branch: elpa/haskell-ts-mode
commit 59c4c2a5a6478920e50f4c85c768825aef642731
Author: Pranshu Sharma <pranshusharma366@gmail.com>
Commit: Pranshu Sharma <pranshusharma366@gmail.com>

    pattern matching docu
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 4d0fab56f0..cdfb42cc04 100644
--- a/README.org
+++ b/README.org
@@ -21,7 +21,8 @@ an overview of the features are:
 The more interesting features are:
 - Logical syntax highlighting:
   - Only arguments that can be used in functions are highlighted, eg
-    in `f (_:(a:[])) only 'a' is highlighted
+    in `f (_:(a:[])) only 'a' is highlighted, as it is the only
+    variable that is captured that can be used in body of function
   - The return type of a function is highlighted
   - All new variabels are(or should be) highlighted, this includes
     generators, lambda args.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]