The Wayback Machine - https://web.archive.org/web/20201213170147/https://github.com/mattam82
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@coq @HoTT @math-classes

Pinned

  1. Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive develo…

    OCaml 3.1k 489

  2. Metaprogramming in Coq

    Coq 187 45

  3. Homotopy type theory

    Coq 928 153

  4. A function definition package for Coq

    Coq 153 33

  5. Archive for all Coq related OPAM packages organized in various repositories

    JavaScript 56 100

  6. An enhanced unification algorithm for Coq

    OCaml 32 12

768 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri
Activity overview
Contributed to MetaCoq/metacoq, mattam82/Coq-Equations, coq/coq and 5 other repositories

Contribution activity

December 2020

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…

+5 −2 18 comments

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…

4 comments
You can’t perform that action at this time.