company-coq icon indicating copy to clipboard operation
company-coq copied to clipboard

Feature Request: fold pattern matching in Gallina

Open liyishuai opened this issue 5 years ago • 0 comments

It'll be nice to fold long definitions into:

Definition foo :=
  match bar with
  | Bar1 => [...] 
  | Bar2 => [...]
  end.

so that they can fit in one screen.

liyishuai avatar Sep 16 '19 02:09 liyishuai