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've already loaded core with open Core.Std;;. Is there some other step I'm missing or does fieldslib no longer work with Ocaml 4.03? I'm running the code above in utop (1.19.3), btw.
The text was updated successfully, but these errors were encountered:
Same issue here!
module type M = sig type t with sexp end;;
The above is a textbook example, however, utop returns syntax error with "with" word underlined.
I'm trying to run the below code but get a syntax error for
with
:I've already loaded
core
withopen Core.Std;;
. Is there some other step I'm missing or doesfieldslib
no longer work with Ocaml 4.03? I'm running the code above in utop (1.19.3), btw.The text was updated successfully, but these errors were encountered: