Jason Gross

Results 502 issues of Jason Gross

![ezgif-3-9c07eb2b24](https://cloud.githubusercontent.com/assets/396076/26321334/6b2d1234-3ef4-11e7-9f48-878951b64573.gif) Thought you might want to know, and fix it if it's fixable.

In emacs 25.2.50.1: ![image](https://cloud.githubusercontent.com/assets/396076/26173562/4738367a-3b1a-11e7-938a-5c7b5559858e.png) In emacs 24.5.1: ![image](https://cloud.githubusercontent.com/assets/396076/26173620/830142d2-3b1a-11e7-84b3-427e7e5d798a.png)

If I go to the end of the line at https://github.com/mit-plv/fiat/blob/13fecc64d7ec3ae4f969f807c73b26d123020abc/src/Parsers/Refinement/IndexedAndAtMostOneNonTerminalReflective.v#L668 and execute `proof-goto-point`, vanilla PG takes 5-6 seconds, while PG + company-coq takes 10-12 seconds. (This is consistent across...

On something like this: ![image](https://cloud.githubusercontent.com/assets/396076/22914785/9c10635c-f240-11e6-98df-d1546f9fd93d.png) ```coq Unable to unify "wff (flatten_binding_list ?M1499 ?M1500) (smart_interp_flat_map (fun (t : base_type_code) (x : exprf base_type_code op (Tbase t)) => x) ()%expr (fun (A...

I find that company-coq seems to get slower and slower the longer I've had emacs running, to the point where it can be many orders of magnitude slower than vanilla...

M-f12 is a great replacement for looking up information about constants. However, I generally want to know which arguments are implicit and which are not, so it'd be useful to...

There is the following procedure for speeding up Coq developments and making them more robust to changes which is crying out for automation. I'm not sure if company-coq is the...

I'm going to make this issue and add things to it as I find them missing. Do you want to leave this issue open (or something) so there's a single...