hgeorgsch / armchar-swish

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

Simplifications of prepareGraph #9

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

Several simplifications should be consider.

  1. apply some rules on the resource graph before merging.
  2. review what needs recursive application
  3. apply the reasoner on multiple unmerged graphs and never merge resources into the full graph
hgeorgsch commented 2 years ago

All of these points have been partly implemented. The next step is the refactoring (#7 ) . Close this as it overlaps with others.