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
I came into a situation where I want to run coqtop.byte in ocamldebug to analyze some runtime behavior. From those plugins which I use from the Coq Platform, the Bignums syntax plugin is the only one which does not install the bytecode plugin (.cmo) file. When I do a make byte; make install-byte for Bignums, I can run my code in coqtop.byte.
Since this the only missing basic plugin, I would suggest that the opam package also installs the bytecode plugin.
The text was updated successfully, but these errors were encountered:
I came into a situation where I want to run coqtop.byte in ocamldebug to analyze some runtime behavior. From those plugins which I use from the Coq Platform, the Bignums syntax plugin is the only one which does not install the bytecode plugin (.cmo) file. When I do a
make byte; make install-byte
for Bignums, I can run my code in coqtop.byte.Since this the only missing basic plugin, I would suggest that the opam package also installs the bytecode plugin.
The text was updated successfully, but these errors were encountered: