-
For Map, Set and anything else which takes a comparison function.
-
-
### Describe the bug
ReferenceError: jQuery is not defined in web browser
### Expected behavior
Metamask does not spam the console with error.
### Screenshots/Recordings
_No response_
### Steps …
-
**Link:** https://wg21.link/lwg2562
cjdb updated
3 months ago
-
functors with mixed parameters and/or result needs decliate handling of names. After discussion with @vouillon , we can try the following scheme:
- On the client side, just erase all the server stuff
…
-
Hi,
I'm trying to make use of parameterized modules / functors and maybe I'm missing something.
```ocaml
module type SomeSig = sig
val some_function : unit -> unit
end
module type SomeFu…
-
Whatever deduplication is occurring here (https://github.com/flexflow/FlexFlow/blob/inference/src/mapper/mapper.cc#L165) is not sufficient to ensure that a unique set of sharding functors IDs is creat…
-
I suggest that functors should be represented in a more direct way, instead of indirectly as morphisms in the category of categories.
For a category, CAP keeps two distinct objects: The category in…
-
I have three categories A, B and C, and two functors F : A -> B and G : B -> C, where F is covariant and G is contravariant.
I want to compose the two functors by calling `PreCompose( F, G )`. Thi…
-
We need documentation for features:
- what is the PPX doing?
- what are the `On`/`Off`/`Reject` modules and functors
- how to use them