-
I sometimes find myself needing the hash of a dhall expression in Kubernetes land. It would be nice to have this as a built in. Would this be possible? Given we already know how to calculate the hash …
-
The linear types extension should make it possible to work with a linear variant of arrows.
First, it should be possible to change the `Arrow` class such that it covers both the linear and the non-…
-
Apparently @mfelleisen can't build documents using acmart on his computer.
I cannot duplicate this on my computer with a clean install, both of Racket, of Video, and Racket's config directories.
…
-
Hello
Is there in plans to add **typescript** bindings to **"folktale"** ?
-
# Type Inference for Sound and Complete Flow Typing
We design a type inference algorithm for the FT calculus of &qout;Sound and Complete Flow Typing with Unions, Intersections, and Negations&qout; (P…
-
This is to summarize a proposal for resolving the multiple issues we've been discussing regarding the use of `None` to indicate
1. The implicit return of "nothing" from a function
2. The absence o…
-
The comments in the attached program give references to places in the latest P4_16 language specification that seem to indicate that the program is trying to do something declared illegal in the speci…
-
Placeholder, we'll discuss in more detail later.
dhess updated
3 years ago
-
Perhaps one of the few **essential** parts of allowing cross-implementation SML code to be written is a standardized Foreign Function Interface. This is because an FFI is needed if one wishes to use …
-
I've been stumbling into a lot of performance problems where simple steps I hadn't paid much attention to overwhelm the runtime. I guess it's because I end up triggering a lot of compilation. I'm hopi…