-
I'm not sure if this is supposed to be supported at the moment, but the current behaviour is rather surprising:
``` ocaml
module type S = sig type t end
module type T = sig module M: S end
module N …
-
@skaller [wrote](https://github.com/keean/zenscript/issues/11#issuecomment-250949272):
> [There is an unrelated question to the syntax: do you REALLY want type classes? Ocaml style modules are more p…
-
```cpp
template
std::hash
{
}
```
instead of
```cpp
namespace std
{
template
hash
{
}
}
```
-
Here is the description from @lightsighter on this issue:
the bugs that look like this:
```
legion_python: /home/idemeshko/development/legate.core_2309/src/core/runtime/shard.cc:126: virtual Leg…
-
This is fresh project create with `]generate mwe` and adding only packages used in example from docs.
Project.toml is
```text
name = "mwe"
uuid = "cdc3416e-61dc-46b3-bdd4-a6c718dbbe83"
authors = ["Ma…
mashu updated
22 hours ago
-
Modules: `thentos-core/src/Servant/Missing.hs`, `thentos-tests/test/Servant/MissingSpec.hs`, introduced in #351.
There are at least these options:
1. https://github.com/haskell-servant/servant/servan…
-
We present a method for reuse of implementation, where one
datastructure can be defined in terms of another, similar one. We
utilize SMLs module language to transform a given datastructure into a
new …
Ud71p updated
8 months ago
-
## Reason
Boundary integrations are useful to check convergence, to check correctness and conservation of properties
## Design
- a side integral one
- a side diffusive flux one.
Template for di…
-
I've found a common pattern in my programming with Esqueleto, and I'm curious if it would be possible to fold generic solution into Esqueleto. I would be willing to do this, with some guidance (I'm n…
2piix updated
9 years ago
-
In software engineering, a functor is more than a simple box or container. It is a function that dresses our objects with a computational context and that gives the possibility to apply our usual morp…