branch: elpa/haskell-ts-mode commit 59c4c2a5a6478920e50f4c85c768825aef642731 Author: Pranshu Sharma <pranshusharma...@gmail.com> Commit: Pranshu Sharma <pranshusharma...@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.