-
# 当初の目的
「Haskell を通して計算機科学に触れる」
# 次の方向性はどうするか?
- 復習 &演習: (案1.1, 案1.2, 案2.1 )
- より実用より: (案2.2, 案3.1)
- より計算機科学より: (案1.2, 案1.3, 案3.2)
- 他言語へ: (案2.1,案2.2, 案3.1, 案3.2 )
- その他(案4)
# 案s
- 案1: **Haskell続投**…
-
Before 1.0, we should probably remove any JSON encoders and decoders which use Template Haskell, and standardize any JSON formats emitted or parsed by the compiler.
It would probably also be a good…
paf31 updated
7 years ago
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5518
From: @tchajed
Reported version: trunk
CC: @silene
-
in my `.vim/ftplugin/haskell.vim` i have following settings:
```
let g:haskell_enable_quantification = 1 " to enable highlighting of forall
let g:haskell_enable_recursivedo = 1 " to enable hig…
-
Our current plan is to have location-set-cardinality _polymorphism_; that's different from _dynamism_.
That said, i think it should be _possible_ to set participation sets at runtime. It sounds like…
-
Multi factor auth (MFA) or two-factor auth (2FA) would be a nice addition to `hackage-server`. Both for its account management page and `cabal upload` functionality.
There seems to be three related…
sorki updated
7 months ago
-
Ideally we'll detect if a cabal file uses DOS file endings before applying cabal revisions. If not, we should run dos2unix after applying a revision to prevent patches failing to apply later.
https…
-
### Description of the feature request:
Allow users to define empty configurations for the `--config` flag in `.bazelrc`. E.g. the following should work without error:
`.bazelrc`:
```
common…
-
**Describe the bug**
If I run `cabal update` I get the index-state from `2024-02-21T10:56:14Z` which is several days out of date.
**To Reproduce**
```
% cabal update
Downloading the latest …
-
The haskell-perf team has a list of benchmarks of different bytestring builders. `buffer-builder` should get added there:
https://github.com/haskell-perf/strict-bytestring-builders