-
[I've been working on implementing the basics of lambda calculus in Snap](https://snap.berkeley.edu/snapsource/snap.html#present:Username=srnb&ProjectName=lambda2), and a problem I have just run into …
s5bug updated
5 years ago
-
This usually isn't a problem, however in some environments such as AWS Lambda, or as I'm learning NixOS, it is. Looking at the 0.3.0 release Linux binary:
```
$ ldd -r ./intlc
linux-vdso.…
samhh updated
10 months ago
-
Is it possible to add a derived columns to the frame? I see that there is a frameCons that can add a column to the frame but I am not sure how to go about defining a type signature for the new Column…
-
TL;DR: I think that In Kore, `inj` should be considered a built-in operator instead of a sort-overloaded symbol. This would simplify the semantics of Kore a lot, and most likely simplify the backends …
-
## Your environment
Which OS do you use?
Ubuntu 22.04
Which version of GHC do you use and how did you install it?
9.4.8 from GHCup
How is your project built (alternative: link to the p…
-
The section [Pure Error Handling](https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/ch08.md#pure-error-handling) got more confusing during the recent update to ES6:
E.g. it says …
-
Hi! I've found the need for for a lens library usable from both c# and f#.
[Fshapx extras](https://github.com/fsprojects/FSharpx.Extras) has one implementation I've duplicated for c# usable lenses …
-
Hi,
First of all, thank you for writing ShellAC, which seems to be exactly what the command line shell ecosystem needs.
I'm looking into supporting it in Haskell's de-facto standard library for opti…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#3342
From: @gmalecha
Reported version: unspecified
CC: @silene, @herbelin, @mikeshulman
See also: [BZ#3746](…
-
Some of the book's content is presented in a non-ideal sequence which frustrates beginners in the following ways:
- We present exercises that cannot be solved idiomatically using only the material co…