| 1 | ghc --make -v -fallow-overlapping-instances -fglasgow-exts -threaded hello.hs -o hello |
|---|
| 2 | ghc --make -v -fallow-overlapping-instances -fglasgow-exts -threaded httpd.hs -o httpd |
|---|
| 3 | ghc --make -v -fallow-overlapping-instances -fglasgow-exts -threaded mail.hs -o mail |
|---|
| 4 | ghc --make -v -fallow-overlapping-instances -fglasgow-exts -threaded books.hs -o books |
|---|
| 5 | ./hello |
|---|
| 6 | Starting initialization |
|---|
| 7 | > handlerToI |
|---|
| 8 | > createEventLoaders |
|---|
| 9 | > Starting to load state |
|---|
| 10 | fileSaver: filesaver-discards @ hello.exe_state |
|---|
| 11 | > State version 0 |
|---|
| 12 | fileSaver: events-0000000000 @ hello.exe_state |
|---|
| 13 | CHECKPOINT start |
|---|
| 14 | > Event 1 of TxContext CheckpointEvent |
|---|
| 15 | CHECKPOINT> state grabber> start |
|---|
| 16 | fileSaver: events-0000000001 @ hello.exe_state |
|---|
| 17 | fileSaver: side-effects-0000000001 @ hello.exe_state |
|---|
| 18 | CHECKPOINT> state grabber> ok |
|---|
| 19 | > pure |
|---|
| 20 | CHECKPOINT side-effects ok |
|---|
| 21 | fileSaver: checkpoint-0000000001 @ hello.exe_state |
|---|