mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-28 16:40:03 -06:00
a8f281491c
"a"+("b"++"c") was simplified to "bb"++"c" instead of "ab"++c.