tiny_httpd icon indicating copy to clipboard operation
tiny_httpd copied to clipboard

tiny_httpd.core is required since 0.17

Open davesnx opened this issue 1 year ago • 1 comments

Error: This expression has type [> `GET ]
       but an expression was expected of type Tiny_httpd_core.Meth.t
       Tiny_httpd_core.Meth.t is abstract because no corresponding cmi file was found in path.

Probably implicit transitive dependencies from dune, fixes this.

davesnx avatar Jul 16 '24 09:07 davesnx

could you try with current main branch? I added some re_export

c-cube avatar Jul 16 '24 14:07 c-cube