Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
768 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 68 commits in 3 repositories
Created a pull request in coq/coq that received 18 comments
[kernel]Use ~l2r:true to restore previous order of unfolding
When typing predicates of cases. Apparently Kami is sensitive to that. Kind: performance Fixes / closes: comment in #13501 Added / updated test-s…
Opened 5 other pull requests in 2 repositories
MetaCoq/metacoq
4
merged
coq/coq
1
open
Reviewed 2 pull requests in 1 repository
Created an issue in coq/coq that received 4 comments
hnf on PrimFloat.of_int63 raises an anomaly
Description of the problem
From Coq Require Import PrimFloat.
Definition f := of_int63 1.
Eval hnf in f.
raises
Anomaly "Uncaught exception Envir…

