-
I couldn't find an equivalent function in `prelude-ts` so please let me know if this exists and I am just missing it.
A common pattern on ADTs (algebraic data types) is `ap` (short for apply).
…
-
I raised [this issue](https://github.com/mattjbray/servant-elm/issues/4) a couple days ago with @mattjbray on his servant-elm package, and he directed me here, since servant-elm uses a fork of elm-exp…
-
In languages section, there are 3 different categories: command line interface (that is strange naming too), imperative and functional. The reason I am writing the issue is that, JavaScript is clearly…
-
speaker: Brian McKenna
topic: Practical Dependent Types with Practical Examples
video: https://www.youtube.com/watch?v=4i7KrG1Afbk
length: 40:55
Dependent types turn types into a first-class lan…
-
* [ ] Create custom struct (data, typeclass?) for SCRUM rules
* [ ] Create `./doc` directory and make some note about making structures (datas? typeclasses?)
-
I thought about replying to #312, but I think the angle I'm coming at is sufficiently different to justify a new issue.
There are two coherent ways to manage universe levels, corresponding to the t…
-
Integrate with the SugarFOmega variant of SugarJ in order to create SugarPTS.
See [seba--/sugarj](https://github.com/seba--/sugarj) and [florenzen/sugarj](https://github.com/florenzen/sugarj).
-
The enums in Swift, Rust and Scala (case class) can have values and it can be unwrapped by pattern matching.
```swift
// swift
enum Command {
jump
run(velocity: Int)
punch(target: …
-
1) Opening UVL files in FeatureIDE is currently non-intuitive.
`File` -> `Open File` -> "Select a UVL file" leads to "Input does not appear to be a feature model" and a NullPointerException
`File`…
-
Algebraic subtyping allows the typing of a lot of programs, but what happens when a program cannot be typed? Stephen Dolan makes the following remark here: http://lambda-the-ultimate.org/node/5393
…