-
With `QCheck2` still not yet released (and still being tested) we have a brief opportunity to discuss the design of its `Gen` combinators.
**Optional parameters**
---------------------------------…
-
When running utop in emacs mode, there's error "stderr:':' missing" appear then utop will exit with non-zero exit status returned:
```
$ utop -emacs
phrase-terminator:;;
stdout:Welcome to utop versio…
-
Hello,
just installed the windows 64-bit native installer. It seemed to work (I can execute utop) but when I execute this :
dune --help
I get :
'dune' n’est pas reconnu en tant que commande…
-
I tested utop example. It displays "some_values" perfectly. I don't know how it works. Maybe we can learn how it achieved.
https://github.com/ocaml-community/utop/blob/8cc563282597abdb8f5cca64df411…
-
Hello,
In utop 2.2.0 with ocaml 4.06.1, `match 0 with 0 -> 0 ;;` yields the warning « pattern-matching is not exhaustive » twice:
![screenshot_utop](https://user-images.githubusercontent.com/2445401…
-
Having a quick example of how to use Oml from utop in the README would be nice. Bonus points for including your MNIST example as well.
-
I've installed the Lmdb package via Opam and the build goes find, but I can't actually open up the Lmdb package in the repl or when compiling a source file.
-
When I am pasting a fragment with a default type flag utop gets confused about new lines and syntax extension fails with ."several default expressions are given". Default toplevel is unaffected.
Code…
-
Minimal reproducible example:
```ml
type t = Box of t list [@@deriving qcheck]
```
`ppx_deriving_qcheck` produces the following generator with unbound `gen`:
```ml
let gen = QCheck.Gen.map…
-
Currently, to learn how to use utop, you generally need to learn how to use the original `ocaml` toplevel, as there isn't any standalone documentation for most of the `#` directives and the like. Unfo…