We would like to recommend Dune (dialect) for converting eml files to ML, which would be a major improvement (see https://github.com/aantron/dream/pull/228). However, this currently requires boilerplate like this in dune-project:
However, there are no emli files -- eml is concerned only with the expression language of ML. The (interface) stanza here is completely redundant. We would like to have something like...
...which should be much less confusing for Dream's users, and also would avoid any potential entanglements with actual emli files that may exist for some reason (it's cleaner).
Desired Behavior
We would like to recommend Dune
(dialect)
for converting eml files to ML, which would be a major improvement (see https://github.com/aantron/dream/pull/228). However, this currently requires boilerplate like this indune-project
:However, there are no
emli
files -- eml is concerned only with the expression language of ML. The(interface)
stanza here is completely redundant. We would like to have something like...Example
...which should be much less confusing for Dream's users, and also would avoid any potential entanglements with actual
emli
files that may exist for some reason (it's cleaner).