-
I have a Theory with a parameter list that includes a String, a boolean, and an
enum. The latter 2 should be automatically assigned and should not need any
explicit @DataPoint declaration (per the rel…
-
@coqbot: minimize coq:dev
```bash
#!/usr/bin/env bash
eval $(opam env)
git clone https://github.com/SkySkimmer/HoTT -b simple-app HoTT
cd HoTT
make
```
-
In jats, ids such as dois and pubmed ids are defined using the `pub-id` element.
See [here](https://elifesciences.org/articles/42512#bib2). This is captured in the jats as:
```xml
…
-
I'm hitting this fail in BitBlast.hs when running `write_aig`. In my run, x and y are 0 and 1.
```
muxInt _ x y = if x == y then return x else fail $ "muxBVal: VInt " ++ show (x, y)
```
I can …
-
Reported by **till** and assigned to **mcodescu**
Migrated from http://trac.informatik.uni-bremen.de:8080/hets/ticket/172
---
Implement a clean treatment of signatures versus theories. (Currently, …
-
It would be great to pretty print a Theory with all of its inherited type/term constructors. I find myself executing the inheritance algorithm by hand when reading the source code. A SemiadditiveCateg…
-
C. Wetterich
> A class of fermionic quantum field theories with interactions can be described equivalently as probabilistic cellular automata, namely cellular automata with a probability distributi…
-
See https://teorth.github.io/equational_theories/blueprint/infinite-magma-constructions-chapter.html#greedy-section for a proof. The tasks are to
- Formalize the statement and proof of the theorem…
-
Regarding the minigame's procedural generation, have you thought about scaling difficulty based on the amount of observations and theories required for that entry? I feel like just having the difficul…
-
`Stack.thy` datatype definition has an error:
```
datatype session = Items session | Push int session | Pop session | "'a list" "'a list"
```
Build output:
```
mac@mac-ubuntu:~/Documents/D…