Gabriel Radanne

Results 115 issues of Gabriel Radanne

I'm trying to build a widget which is a delicate mix between LTerm_edit and LTerm_read_line, and I can't manage to make it work. My final goal is to reimplement ocp-browser...

The syntax used by sedlex for regexs is a bit... let's say baroque. :) It would be nice to have Something of the form `Re {|.... |}`.

This is sort of a todo note, as I don't really have time to work on it right now. It would be very interesting to compare [this](http://www.home.hs-karlsruhe.de/~suma0002/publications/cc14-flexible-lexing-via-extended-regex.pdf) with the current...

In utop: ``` ocaml # module Foo = struct let x = 1 let _y = 2 end ;; module Foo : sig val x : int end ``` in...

The documentation about the new `Zed_char` module is not really sufficient: - What does it represents ? A single visual character? - How do I turn a single codepoint into...

The font is very nice, however Inria is a computer science research agency. Many computer science documents are composed of both normal text and code, and code is generally typeset...

It seems like that should be part of the documentation somewhere, but it doesn't look like it. In particular, I would like to answer the simple question: "What's the oldest...

Recent versions of metaocaml mark quotations and splicing using ppx attributes. For example `.< e >.` is desugared at parsing time in `e [@metaocaml.bracket]`. ppxlib doesn't seem to recognize them,...

[Foreign.funptr](http://ocamllabs.github.io/ocaml-ctypes/Foreign.html)'s documentation seems wrong. `?name` is not explained and `?stub` and `?from` are mentioned, but those argument don't exist.

documentation

I'm not sure what can be done about it, but if I get my pipeline right, here is what must be done if you want to bind an enum and...