aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre Courtieu2020-01-20 12:10:43 +0100
committerGitHub2020-01-20 12:10:43 +0100
commit89829c25b95e59590fcdca0ae0730607d703925b (patch)
treee56f4ebd28bd9a30bf11f2740da2a76ea5632422 /CHANGES
parentbee3f802ada921fb8988edb96a8b41429f7c622c (diff)
parent054bed9c667344024077202cc4ca2fd4e77c4842 (diff)
Merge pull request #452 from Matafou/fix_monadic
Generic monadic indentation + specifically ext-lib / Compcert + doc.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4195c26a..2b686029 100644
--- a/CHANGES
+++ b/CHANGES
@@ -60,6 +60,22 @@ and the PG Trac http://proofgeneral.inf.ed.ac.uk/trac
The set of tokens can be seen in variable smie-grammar.
+*** Indentation of monadic notations.
+ Using the extensibility for indentation described above we provide
+ a way to define your own monadic operators using the
+ coq-smie-monadic-tokens in the same spirit as coq-smie-user-tokens
+ above.
+
+ By default two well established syntax are supported:
+
+ x <- e ;;
+ e
+
+ and
+
+ do x <- e ;
+ e
+
*** Clickable Hypothesis in goals buffer to copy/paste hyp names
Clicking on a hyp name in goals buffer with button 2 copies its