Petanque.AgentSourcePetanque.Agent
I/O handling, by default, print to stderr
message level message
init ~debug ~root Initializes Coq, with project and workspace settings from root. root needs to be in URI format. This function needs to be called _once_ before all others.
val start :
token:Coq.Limits.Token.t ->
env:Env.t ->
uri:Lang.LUri.File.t ->
thm:string ->
State.t R.tstart uri thm start a new proof for theorem thm in file uri.
val run_tac :
token:Coq.Limits.Token.t ->
st:State.t ->
tac:string ->
State.t Run_result.t R.trun_tac ~token ~st ~tac tries to run tac over state st
goals ~token ~st return the list of goals for a given st
Return the list of defined constants and inductives for a given state. For now we just return their fully qualified name, but more options are of course possible.