Philip Munksgaard

Results 116 comments of Philip Munksgaard

This is a [known issue](https://github.com/kfl/mosml/issues/9#issuecomment-999682), and I think pretty much a wont-fix at this point. As far as I've understood, it stems from the underlying use of caml light.

If anything, this and other differences from the Basis should probably be documented somewhere...

What have you tried? Did you look at mosml.org? Did you read the comments in #47?

I think the install.txt is a bit out of date. As far as I know, you'll need to build mosml yourself if you download the sources from Github. Instead, you...

> @Munksgaard I tried the .tar.gz and .zip files from http://mosml.org/ which was also giving empty bin and lib folders!! Yes, those contain just the source files, which you can...

@vineeshvs: There is no configure script as it is not needed :slightly_smiling_face: Here are the instructions from install.txt on how to build mosml yourself. Note that you can skip S2...

> 1) install.txt is outdated and unclear > 2) we can probably make a good guess as to what packages are necessary on > Ubuntu and Fedora Should probably be...

A small comment on the basis library specification: It actually says that the file should be inaccessible to other users. One obvious way to do this would be to create...

Having support for union types in general, as in [this example](https://graphql.github.io/learn/schema/#union-types), would be great. I'm not sure I have any further insights as to how you'd best express it in...