-
We were working on something that often requires isomorphism reasoning on categories (and, by extension, domains and codomains of functors).
Currently, there are two different versions of equivalen…
-
It is a feature-request or an RFC.
Current C++ implementations of `std::function` usually hold small closures in the functor itself to avoid heap allocation. As I can [see](https://github.com/jckarter…
-
Snark work is defined at a completely polymorphic level of type generalization. This was to be able to talk about the type without requiring any functor dependencies. Now that much of the code is bein…
-
compiled from 3.7@[ccde47c] on 10.10.5 w/ Xcode 7.2 (deployment target 10.7),
launched on 10.9.5 on a MBP 9,1 (15-inch, Mid 2012) / 2,7 GHz Intel Core i7.
no more sound after around 370 synths. No e…
-
It seems that a type class
```
class MonoFunctor mono => MonoApply mono where
liftF2 :: (Element mono -> Element mono -> Element mono) -> mono -> mono -> mono
```
would be convenient to have.…
-
A bunch of random ideas / suggestions since I actually wanted to create this library myself: :laughing:
I'd suggest that `Iso` be a type class, and not a `data` declaration. The reason is you can ge…
-
``` C++
template
inline Subscript operator [] (_Subscript &&rrSubscript) && {
return Subscript, Constant>((_This&&)*this, Constant((_Subscript&&)rrSubscript));
}
template
inline Subscript operato…
71104 updated
10 years ago
-
Rarely appbase will crash with the following stack trace.
```
0x00000000015007a2: fc::print_stacktrace(std::ostream&, unsigned int, void*) at ??:?
0x0000000001500dfc: fc::segfault_handler(int, si…
-
> Maybe the class should have a MINIMAL pragma now that it has default implementations.
> (Otherwise we can define `instance Pretty Foo` and happily busy-loop.)
_Originally posted by @andreasabe…
-
Jira Link: [DB-11819](https://yugabyte.atlassian.net/browse/DB-11819)
### Description
```sql
EXPLAIN SELECT *
FROM aa AS table2
LEFT JOIN bb AS table3 ON table2.col_char_10_key = table3.col_var…