antonio nikishaev
antonio nikishaev
`utop` has a `UTop.end_and_accept_current_phrase` command. What it basically does is “send `;;` `\n` without displaying them”. You can bind¹ to, say, Meta-ENTER and it’s quite handy. ¹) e. g. ```ocaml...
Yes, you're not supposed to spell it like that; whether alternative spellings should be recognised is a different question. But *ahem* ```hs ParseError "e.conf" "endOfInput" ```
```coq From QuickChick Require Import QuickChick. From Coq Require Import Program. From mathcomp Require Import ssreflect ssrfun ssrnat ssrbool eqtype seq. Program Fixpoint itakep {A} (n:nat) (s:seq A) {measure n}...
### Describe the issue you are having Cannot assign some (simple) key combinations (e. g. `option+N`). It is saved as `alt+undefined`. ### Did you connect to an already running interpreter...
There’s probably no easy way to do this as of now. Or is there? How do people do this?
Like, in `mafia build -O0`
… for users who don’t want to use the full `lens`. `microlens` doesn’t cut it (no `Iso`/`from`).
zzzz
riak-haskell-client has been doing `BucketType`/`Bucket`/`Key` encoding wrong basically from the beginning. I don't know the reason @bos did it the way it is. I'm going to fix it, but I...