hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Stack of STM #40

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

We need layers of STM to manage (1) the underlying graph, (2) the characterMap.

hgeorgsch commented 2 years ago

A stack is probably not needed. Only the underlying graph has to put into STM. The CharacterMap can be calculated from the graph. Haskell will not recalculate anyway.