-
CookbookSampleFramework.h / OS.cpp cannot be recompiled in a project with C++20 features enabled in Visual Studio (it seems to work fine as long as changes aren't made to these files). I have limited …
-
Solve this (per discussion earlier):
```
upright = s -> abs(s[1]) < π / 4
ψ = @formula □(upright)
```
-
Great work so far! I think you need a chapter on modules and packages, though.
-
Here's (arguably) a bug which may be difficult to fix:
```
import Aesop
import Mathlib.Data.Nat.Basic
variable {bad : ℕ × ℕ}
set_option trace.aesop true in -- Shows that `destructProducts`…
-
Splitting this suggestion by @dsnet out of the https://go.dev/cl/607995 review discussion:
> When designing the extensions API, I was eyeing Go generics (which was still in the works) and it seems …
-
- [x] manual/introduction
- [x] manual/getting-started
- [x] manual/variables
- [x] manual/integers-and-floating-point-numbers
- [x] manual/mathematical-operations
- [x] manual/complex-and-rational-nu…
-
If a module import is ambiguous and one of the candidates is in the same package as the importing module, the module with the same package should be favored over the others. This behavior will only ap…
-
```
As in the subject, you could achieve no-overhead function calls by exploiting
generics programming.
For example, as you already have, define the Animation mode:
enum
{
EaseIn,
EaseOut,
…
-
What do you think you're doing, Dave?
Click your browser back button to return.
There is no more problems?
-
This requires making providers consts, but should be doable.