-
-
## Description
I'm trying to get the FFI to Java running on MacOS 10.14.3, using the documentation [here](
https://eta-lang.org/docs/user-guides/eta-user-guide/java-interop/java-dependencies…
-
Is it possible to implement the Hindley Milner type inference algorithm using this package's API? The reason I ask is that I made an initial attempt to do so, but ran into difficult making polymorphi…
-
Consider functions (see https://github.com/rodrigogribeiro/solcore/blob/specialisation/test/examples/spec/03join.solc)
```
function just(x) { return Some[x]; }
function maybe(n, o) {
m…
-
Currently, if we have a simple phantom type like this in Haskell:
```haskell
newtype Id a = Id { unId :: Text }
```
there exists a valid elm equivalent of:
```elm
type Id a = Id { unId : S…
arbus updated
5 years ago
-
#### Description of the problem
This works in Coq 8.9 but fails in recent master
```coq
Axiom x : list nat.
Axiom ident : Set.
Axiom eta : forall (T : ident -> Type) (f : forall idc, T idc), Set…
-
Hi all,
First of all, since this project has been 'abandoned' - in which future direction should be we contributing our efforts, especially to support **Eclipse FP** (one of the most useful Haskell c…
-
So... Cloud Haskell isn't likely to support the same kind of _hot code upgrade_ as Erlang any time soon, and for good reason. That model simply doesn't make sense for a strongly typed language like …
-
There's no reason we shouldn't allow qualified types to show up if students are ready for them.
See also #169.
-
`interpret` relies on the `Show` instance of `TypeRep`, which doesn't yield syntactically valid expressions when it needs to specify the contextual kind of a polykinded constructor.
You can see a …