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
typevalue = V : string*_ -> value
val interact
: ?search_path:stringlist
-> ?build_dir:string
-> unit:string
-> loc:(string*int*int*int)
-> values:value list
-> unit
-> unit
I tested utop example. It displays "some_values" perfectly. I don't know how it works. Maybe we can learn how it achieved.
https://github.com/ocaml-community/utop/blob/8cc563282597abdb8f5cca64df41166c5ebca6b5/examples/interact/test_program.ml#L1-L11
The text was updated successfully, but these errors were encountered: