-
Want to add in mod_interactions recipe changes that add influence of magiclysm's Alchemy proficiency category. Is there enough similarity between the magic theories of these two mods that the same pro…
-
It would be nice if we could define new types in theories and use them in inputs and outputs of programs. @samm82 currently needs them for his ChemCode project in particular.
-
In `theories/Algebra/Rings/Matrix.v` we have a definition of the category of matrices whose objects are natural numbers and morhpisms are matrices between those dimensions.
We should add a `HasEqui…
-
## Bevy version
```
git log -1
commit 636e99c9fb384fc28ae522fac10ab8811f14c9ff (HEAD -> main, origin/main, origin/HEAD)
```
The release number or commit hash of the version you're using.
## \[Option…
-
Would it be possible for SAW to determine whether or not a `Term` is capable of being turned into an AIG or CNF? Some constructs such as the `Integer` type mean we can’t use SAT, we have to use SMT in…
-
The combination of the following two files crashes LH:
`Foo.hs`
```haskell
{-@ LIQUID "--reflection" @-}
module Foo where
import Prelude hiding (last)
{-@ reflect last @-}
{-@ last …
-
Original: Thoughts thrown out to the universe still exist. Therefore, all thoughts exist in the universe. Using underlying theories that your experience is a reflection of your thoughts (but not reall…
-
The following code crashes LF
```haskell
{-# LANGUAGE GADTs #-}
{-@ LIQUID "--ple" @-}
{-@ LIQUID "--reflection" @-}
{-@ LIQUID "--save" @-}
module Printf where
im…
-
https://github.com/math-comp/analysis/blob/0e392b5d36dd33e7e054a9a481bf9f4b17a90ed0/classical/set_interval.v#L340
1. rename to `line_path` or `affine_path`
2. add
```coq
Definition wadd t a b …
-
Hello,
I'm building toq on macOS and I saw this error in my `tcoq/time.log` when executing `build_tcoq.sh`:
```
*** Warning: in file theories/Init/Notations.v, declared ML module coretactics has …