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
In addition to marking OCaml types and values with attributes, we can imagine having a way to pass a file as argument, whose content could be used to tweak the generation process of coqffi
For instance
(type
(name t)
(coq_model "list"))
would be equivalent to adding [@@coq_model "list"] to the mli file.
The text was updated successfully, but these errors were encountered:
In addition to marking OCaml types and values with attributes, we can imagine having a way to pass a file as argument, whose content could be used to tweak the generation process of
coqffi
For instance
would be equivalent to adding
[@@coq_model "list"]
to themli
file.The text was updated successfully, but these errors were encountered: