-
Currently, paperproof calls the `getSnapshotData` lean function every time the cursor is moved:
https://github.com/Paper-Proof/paperproof/blob/c3c14d4e39e3ac2a6679ff75f501d3d6121ab3ea/extension/src…
-
I know we've discussed this before, but yesterday Andre and I were attempting to make some headway on one of our globular projects, and it prompts us to raise it again ...
-- We think globular should…
cdgls updated
7 years ago
-
`default-theorems(thm-styling: ...)` expects a function that allows overriding the layout of theorems, proofs and so on. The function has the signature `(thm-type, name, number, body) => content`. It …
-
Move all tests of the lisp meta-theorems from the main mm0 codebase to their own separate files (possibly in a separate folder as well?)
-
(Feature request)
Add proofs of the following floating point theorems:
```
!x . not float_equal x x float_is_nan x
!x . float_unordered x x float_is_nan x
!x . (float_equal x (float_plu…
-
I'm going to attempt some of these, but I figured I'd open a ticket to track.
1. Characterization of `reverse`
2. Cancellation laws for `++`
3. `init xs ++ [last xs] = xs`
4. `inits [] = [[]]` and `in…
-
https://ontohub.org/esslli-clone/FOL/OrderTheory_structured//RichBooleanAlgebra//trans///proof_attempts
-
-
The `use-proof-numbering` function works, but I think a better approach might be to pass a link/reference (as in `@theorem`) from a proof or example to its "parent" theorem. This approach seems cleane…
-
Hi, I haven't found a way to do this (in my opinion) very basic thing in the documentation nor in other issues on github but please tell me if I missed it.
What I'd like to be able to do is to do …