-
Should there be a DD added for the displacement unit vector, using the information below? This seems like it is similar to the DDs in Projectile.
![dd?](https://user-images.githubusercontent.com/35…
-
Post questions here for this week's oritenting readings:
Timmermans, Stefan and Iddo Tavory. 2012. “[Theory Construction in Qualitative Research: From Grounded Theory to Abductive Analysis](about:…
lkcao updated
8 months ago
-
So far we have needed some kind of fancy subtyping rules for restriction and extension types (which I majorly bungled before)---and I was thinking that there may be a better way to do things that does…
-
I haven't been writing to my blog, and I don't have time to clean up my thoughts right now. But I wanted to put this down somewhere so I don't forget it.
The primary purpose of this exercise is to de…
-
#### Description of the problem
```coq
Require Import Uint63 Sint63.
Open Scope uint63_scope.
Set Printing All.
Definition maxD100 := Uint63.max_int / 100.
Print maxD100.
(*
maxD100 = Pr…
-
While playing around with MetaCoq, I found getting `tCase` right to be quite a hurdle, because of all the required annotations.
So I wrote a little wrapper that seems fairly general-purpose. Did I …
-
#### Description of the problem
LtacProf makes multi-success tactics very slow.
Moderate test case: https://github.com/mit-plv/bedrock2/blob/master/bedrock2/src/bedrock2Examples/swap.v#L61 (…
-
#### Description of the problem
It is useful when writing inversion-style automation to know how many parameters an inductive type should have. It is also sometimes important to know, given a …
-
Hi,
I'm developing an extension for WebProtege that consists of a reasoner that answer queries over hybrid theories composed of an OWL ontology and a set of non-monotonic rules (there already exist…
-
When running the following:
```
abstract theory Foo.
type t.
op a : t.
op b : t.
axiom eq : a = b.
hint rewrite hr : eq.
end Foo.
abstract theory Bar.
clone import Foo.
end …