progman1

Results 19 issues of progman1

with 1st class patterns, is it possible to submit one to the ppxlib engine outside the context of extension points? ie. I would like to do this: Ast_pattern0.t -> handler-function:...

in the build directory there is src/ppxlib.cmxs. examining src/dune doesn't reveal how that file is mandated to be built. as far as I know the only way to get a...

hi just taking for a spin to see if I can take the pain out of refactoring some legacy perl scripting. opam install of shcaml succeeded (installs 4.08.1) but (since...

hello, is there a way to extract a result from a deferred? ie. ``` val await: 'a Deferred.t -> 'a ``` while this synchronous behaviour goes against the grain of...

forwarded-to-js-devs

I get this error initialisation error: ``` Expect_test_collector.set: already set ``` after dynlinking this code: ``` let ()= let module M = (val Major_mode.define_derived_mode ~parent:Major_mode.Fundamental.major_mode mode_name [%here] ~docstring:"Major mode for...

forwarded-to-js-devs

Is there global handling of ocaml exceptions raised from code (inside a defun) invoked from emacs ? I ask since my emacs crashes with ``` Fatal Error: executable program file...

forwarded-to-js-devs

for the no-merlin-errors to work I think ocamlscript.cmi/std.cmi must be installed. nice to see this old project revived/advertised - it's great. revision: I see ocamlscript.cmi now in for v3.0.0 !...

can a customized ocaml distro be installed as the base compiler and repos added on top? would you be willing to add gcc cross-compile packages to the base OS together...

hello, In starting methol without a ctf file argument this is printed: ``` 021-10-07T04:33:15.136Z WARN charts::data::watcher > running on legacy memthol dump format 2021-10-07T04:33:15.136Z WARN charts::data::watcher > this will probably...