Marc Lasson

Results 6 issues of Marc Lasson

# How to reproduce: Run the ppx in automatic mode on : ```ocaml module M = struct type t = A | B end class a = object method f...

For instance: ``` let () = let[@landmark] rec f () = () and g () = f () in g () ``` will produce unused variable "f". This is a...

We have problem with polymorphism constraints: ```ocaml let[@landmark] f : type t. t -> t = fun x -> x` ``` will trigger a clean but disapointing error message: >...

# Description The parsing module runtime has a bug in `parsing.js`. In happened in the "ERROR_DETECTED" case. There's a break instruction that is breaking a for loop instead of breaking...

# Description While investigating #1307, I made this to try to understand what was going on. It implements the tracer of the `Parsing` module using `console.log` with minor differences with...

# Description There is a js.scope missing in the net.mli module to be able to use "globals".