-
Quoting [James Douglas on julia-users](https://groups.google.com/forum/#!topic/julia-users/NHoEYB2Df8M):
> I have a question about how Julia handles the seed given to the random number generator thro…
-
we should try to use `.coerce_map_from()` instead, so we get `is_injective()/is_surjective()` and friends right for `Hom.natural_map()`.
Depends on #23184
Depends on #23211
CC: @xcaruso
Componen…
-
```
test("toList") {
import cats.Foldable
val x = Map(1 -> "abc", 2 -> "cde")
val y = Map(2 -> "cde", 1 -> "abc")
x === y should be (true)
val F = Foldable[Map[Int, ?]]
…
-
The issue describes desired future midterm development of ghcvm.
https://downloads.haskell.org/~ghc/8.0.1/docs/html/users_guide/glasgow_exts.html#injective-ty-fams
-
Fraction field of fixed modulus p-adic rings should have floating point type.
Currently the `change()` method requires that the type be specified, in this case, but instances such as the check `R.f…
-
The freeCodeCamp community has started building an interactive, browser-based Math for Programmers curriculum. It's just a matter of designing the thousands of LaTeX-driven challenges necessary to tea…
-
When type-checking some AGDA code the other day, I got the following message:
```
An internal error has occurred. Please report this as a bug.
Location of the error: src/full/Agda/TypeChecking/Tele…
-
Rule TV008 tests univalence of access relations with write access (accessType = 3 or omitted) from ApplicationComponents to DataObjects. Rule TV008 is specified in the Archisurance.adl file.
The ru…
-
```
Git/Types.hs:142:12:
Could not deduce (Oid r0 ~ Oid r)
from the context (MonadGit r m, MonadGit s n)
bound by the type signature for
copyOid :: (MonadGit r m, MonadG…
-
A common transformation I run into is I have a sequence of rows that I want to convert into a
map. The most recent example of this I ran into I have a query to return all the "edge-types" which retu…