pycoq icon indicating copy to clipboard operation
pycoq copied to clipboard

Python bindings for the Coq interactive proof assistant

Results 25 pycoq issues
Sort by recently updated
recently updated
newest added

when I comment out `import pycoq`, I get ``` dune exec -- python3 _build/default/examples/add_commutative.py Traceback (most recent call last): File "_build/default/examples/add_commutative.py", line 2, in import coq ModuleNotFoundError: No module named...

We need to create documentation; first thing to understand is what tools are used in the Python world.

This is a general issue to discuss laziness and sharing w.r.t. the seralization of objects. A motivating example is the following usual Coq snippet: ``` type a = { foo...

As of today, OCaml types are encoded by `ppx_python` as more or less straight lists. This is OK, however not very idiomatic, and limited in some cases (maybe GADTs?) On...