-
There is a new taxon restriction for GO:0007610 behavior (metazoa). Dictyostelium is a social amoeba, and during development cooperation is essential, but e.g. there are cheaters who preferentially be…
-
Pls tell me how create more test
-
This issue is partially fixed through the introduction of the "obligation jungle" but we still want to impose a limitation that auto traits cannot have supertraits (for now, no supertraits at all seem…
-
I put together a new version of the API, based on the discussion in #141 and some conversations in the Gitter room. Thanks to everyone who participated in that discussion!
I've checked in the lates…
-
Hello,
I have simplified my problem into the following: Imagine you have a type of trees where each node can have multiple sons and are labeled by an integer (the multiple sons are represented by the…
-
@ReikaKalseki Hello I have this error popping up on my server(in the chat) everytime I craft Crystalline stone using the Elemental Manipulator on the casting table with Chromatic Craft. The error do n…
-
We should implement something like this:
```
//in prims.fst
assume type HasEq: Type -> GTot Type0
assume _: HasEq int
assume _: HasEq bool
val (=) : #a:Type{HasEq a} -> a -> a -> Tot bool
//programm…
-
Sometimes, things break at a line starting with `now`.
That often means that one or several hypotheses, previously successfully applied by `now`, look different now. But it is not recorded which are…
-
There's been 4, 5 occurrence in the past 2 days that an "nohup command &" process got dropped in the background. I used 2 virtual machines and both encountered this problem.
If we want to execute str…
-
Similar to `rewrite foo at H` it would be nice to have an `apply foo at H` tactic for forward reasoning. Here would be an example:
``` lean
constants (A B : Type) (foo : A → B)
example (H : A) : B :=…