-
# Current situation
Normally Clash converts
```haskell
case x of
A -> f 3 y
B -> f x x
C -> h x
```
to
```haskell
let f_arg0 = case x of {A -> 3; _ -> x}
f_arg1 = case x of …
-
## Todo
* [x] define query format
* [x] implement query format using an external adapter
* [x] fix syntax highlighting
* [x] add oeis cheat sheet with query format description and examples
- [x…
-
Hi,
I want to interface to financial services using websockets, but obviously I don't want to do it over unsecured connections. Can I ask for client side wss support please?
This is a great library,…
-
[Enter steps to reproduce:]
Happened in the background
**Atom**: 1.31.1 x64
**Electron**: 2.0.7
**OS**: Mac OS X 10.13.6
**Thrown From**: [nuclide](https://github.com/facebook/nuclide) package …
ermik updated
6 years ago
-
@nadameu
[TypeProp-esque Monad example](http://www.typescriptlang.org/play/#src=%2F*%20Generics%20*%2F%0D%0Ainterface%20TypesDictionary%3CF%2C%20A%20%3D%20never%3E%20%7B%0D%0A%20%20never%3A%20%7B%2…
-
It iss realistically necessary to be able to use getPointerSize and getTypeAllocSize (at least) from
The sizeof as a gep to then end of a nullpointer hack has the disadvantage of not being able to…
-
It would be helpful to add a parameter to the pathfinding for a custom heuristic function. I'm not too familiar with the internals of the TCOD pathfinding, but looking into it it looks like you're jus…
-
A robot *has entities* in its inventory, and also *has values* referred to by its running program. It's fun to contemplate ways to blur the lines between the two. This ticket is really meant more to…
-
Andras Kovacs has written a nice overview of why normalisation by evaluation (NbE) is a good idea for performance [over at the Dhall Discourse](https://discourse.dhall-lang.org/t/nbe-type-checking-con…
ollef updated
5 years ago
-
@diab0l commented on [Thu Apr 23 2015](https://github.com/dotnet/roslyn/issues/2212)
### tl;dr
Haskell has monads
Monads are like bacon
C# needs bacon
### Introduction
I have a mad craving for high…