-
Couldn't load subscription status.
- Fork 9
Command: Init
CJ Bell edited this page Oct 7, 2016
·
1 revision
- No options.
<call val="Init"><option val="none"/></call>- With options. Looking at ide_slave.ml, it seems that
optionsis just the name of a *.v file, whose path is added viaAdd LoadPathto the initial state.
<call val="Init">
<option val="some">
<string>${options}</string>
</option>
</call>- The initial stateId (not associated with a sentence)
<value val="good">
<state_id val="${initialStateId}"/>
</value>