Hi all,
I am trying to use an attribute (namely: the “download” attribute: http://ocsigen.org/tyxml/4.4.0/api/Html_sigs.T#VALa_download ) in the Ocsigen framework.
I have a weird behavior when opening modules: I can open Html_sigs
but open Html_sigs.T
throws a “Unbound module” error.
More specifically, if I try:
a ~a:[Html_sigs.T.a_download ("img.png")]
~service:imageservice
[txt "Get image"] ()
I have the following error:
File "graffiti.eliom", line 111, characters 19-41:
111 | ; a ~a:[Html_sigs.T.a_download ("img.png")]
^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Html_sigs.T
What am I missing?