-
### Describe what you want
I'm looking for a Typesafe ORM that support for polymorphic associations.
To give a concrete example:
I have a `Comment` model. I need this model to be associated with…
-
Hello GTMCP crew!
Just wanted to suggest including the mod 'Polymorphic Energistics' into the pack, as it allows the functionality of 'Polymorph' to work with 'Applied Energistics 2'. Since both mo…
-
```scala
pub def main(): Bool = f(32, 12)
pub def f(x: t, n: Int32): Bool = {
if (n == 0) true else f(x :: Nil, n - 1)
}
```
```
Exception in thread "ForkJoinPool-3-worker-7" java.lang.Ou…
-
### Project to be claimed
`django-polymorphic`: https://pypi.org/project/django-polymorphic
### Your PyPI username
`jazzband`: https://pypi.org/user/jazzband/
### Reasons for the request
…
-
### Proposal
Right now, we have `IO : Type → Type`. This RFC suggests we change to `IO : Type u → Type u`.
This RFC does *not* suggest:
* Making *all monads* polymorphic *within a chain of bind…
-
**Turtle filename**
* [Observation.valueCodeableConcept](https://build.fhir.org/observation-example-f206-staphylococcus.ttl.html)
* [Observation.valueSampleData](https://build.fhir.org/observation-e…
-
Hello,
first of all, you have a nice and interesting project here. I have tested it with different calc.exe shellcodes, and the calculator always popped up. My testing also included using the origi…
-
Some Redis commands return a different type of output depending on their input. We need to collect them and uniformly represent them. There are a few approaches that come to mind:
- Create a dedicate…
-
When trying to implement a fairly basic, but polymorphic, active record style model system we run into issues with the type system not respecting `this` when used in conjunction with a constructor or …
-
Consider the following program
```agda
test : {{_ : Ord a}} → a → a → a → a
test x1 x2 x3 = min x1 y
where
y = max x2 x3
```
Agda2hs 1.2 transpiles this into
```hs
test :: Ord a =…