-
In his PhD thesis (https://www.cse.chalmers.se/~ulfn/papers/thesis.pdf) Ulf Norell describes a problematic case for unification with metavariables in section 3.1. I am trying to reconstruct that exam…
-
```
Hi,
Some weeks ago I compared the constants with my own collection
and some other sources. I found much values on some pages but
different at least in the last digits. Differences bigger than
t…
-
Idea:
* https://twitter.com/arclight/status/1371676228856463364
Preliminary repository:
* https://twitter.com/arclight/status/1371913313211273216
* https://gitlab.com/apthorpe/stdlib-codata/…
-
The current version uses CODATA 2014.
Update to CODATA 2018.
-
# Review: Codata in Action :: Reasonably Polymorphic
[https://reasonablypolymorphic.com/blog/review-codata/](https://reasonablypolymorphic.com/blog/review-codata/)
-
Hi @atztogo ,
I was converting some frequencies by hand and noticed an error of O(1e-6), which I could trace back to the definitions used in `phonopy.units`. If I see correctly, those are CODATA 19…
-
I have found a couple folds useful on both colists:
```agda
module _ {ℓ₁ ℓ₂} {A : Set ℓ₁} (B : Size → Set ℓ₂) where
foldr : ∀ {i}
→ (∀ {j : Size< ↑ i} → A → Thunk B j → B j)
→…
oisdk updated
5 years ago
-
Specifically avogadros constant should be `6.02214076e23 // Source: 2018 CODATA `
We could investigate others.
See https://physics.nist.gov/cgi-bin/cuu/Value?na|search_for=avogadro
-
Would it make sense to enable Pint to have different table for different requests.
I.e. one could wish to benchmark stuff using CODATA 2014 and 2018 and 2022 against each other. Currently it seems …
-
It should be possible to specify "destructors" instead of fields when defining indexed coinductive types, e.g.
```agda
record Vec (A : Set) : ℕ → Set where
coinductive
destructor
…