-
I have functionality I would like to represent with a state machine in SML.
```c++
struct MessageFlusher {
uint32_t message_count{0};
void addMessage() {
message_count++;
if (mes…
-
I want to implement active object pattern using Boost SML, so I need to queue events. But because of every event has different type, I could not queue events. I have made some designs but I could not …
-
The title says it all. Can composite state machines be used to model hierarchical ones?
-
As originally noted by @featheredtoast in [this Discord thread](https://discord.com/channels/1142919853053841488/1186378513427730502), train platform inventories will only be shown when there is a doc…
-
* When trying to create a new Service Group in an SMP, it calls `ManageBusinessIdentifierService` in the SML.
* This currently uses SOAP 1.1 for this interface.
* Now lets see the following request …
phax updated
9 months ago
-
## Expected Behavior
As described in the tutorial section, I'm using event instances to simplify the transition table.
```cpp
struct start { ... };
auto e_start = sml::event;
struct game_ov…
-
It currently uses a bunch of conversions, which makes it really difficult to tell which rewrites are supposed to happen at each step.
For example:
https://github.com/CakeML/cakeml/blob/master/comp…
-
If you enter this program, TES highlights the indicated spot:
datatype t = A | B | C;
fun f x = case x 1 2 3 4 5 6 7
of (A) = 1
| (B) = 2
(\* ^^^ *)
…
-
Before you kill me: I know that nobody in their right mind would write code like that, I'm not even an SML programmer - I just took a course that used SML and when it came to explaining type inference…
loreb updated
4 years ago
-
I have followed the prerequisite and install instructions given in:
http://giraffelibrary.org/sg-prerequisites.html
and
http://giraffelibrary.org/sg-installation.html
I have a Macbook M1 Air w…