You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
Hi,
I'm trying to make use of parameterized modules / functors and maybe I'm missing something.
When I compile this file with
caramel compile *.mlthe main function gets compiled into such and there are no compilation errors:Yet there is no
pmod.erlfile created, which is how I sort of expected the parameterized modules to be implemented.