diff options
| author | Pierre Courtieu | 2020-01-20 12:10:43 +0100 |
|---|---|---|
| committer | GitHub | 2020-01-20 12:10:43 +0100 |
| commit | 89829c25b95e59590fcdca0ae0730607d703925b (patch) | |
| tree | e56f4ebd28bd9a30bf11f2740da2a76ea5632422 /CHANGES | |
| parent | bee3f802ada921fb8988edb96a8b41429f7c622c (diff) | |
| parent | 054bed9c667344024077202cc4ca2fd4e77c4842 (diff) | |
Merge pull request #452 from Matafou/fix_monadic
Generic monadic indentation + specifically ext-lib / Compcert + doc.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |
