pmwhite

Results 6 comments of pmwhite

Ah, right. This test is in a library that basically copies all the types in ocaml-css-parser, and also adds `[@@deriving sexp]` them. It's probably not worth actually trying to run...

Not as automatic, but perhaps more in line with LSP, the server could provide code actions that import an undefined variable. That is, if `page_allocator` is typed somewhere, but there...

@TyOverby I was indeed using the toplevel, sadly. I believe I was doing this experimentation around the time this issue was originally created, so it seems likely that it was...

Here's a function I just wrote that should be helpful: ```ocaml let component : type a view. (module Bonsai.Model with type t = a) -> a Effect.t Value.t -> view_while_loading:view...

I think it makes sense to answer your second question first. `let%sub` runs immediately when the computation is constructed, since all it is doing is minting a name with which...

@rgrinberg I just wrote a patch to import this PR internally. It mostly applies without changes, except for a few places (e.g. `action_runners.ml`, `process.ml`, and `build_system_error.ml`) where we already had...