mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
use MultiMap from the reference implementation instead of GeneralDeduction and RedBlackTree
This commit is contained in:
6
GF.cabal
6
GF.cabal
@@ -40,8 +40,7 @@ library
|
||||
PGF.Raw.Print
|
||||
PGF.Raw.Convert
|
||||
PGF.Raw.Abstract
|
||||
GF.Data.RedBlackSet
|
||||
GF.Data.GeneralDeduction
|
||||
GF.Data.MultiMap
|
||||
GF.Data.Utilities
|
||||
GF.Data.SortedList
|
||||
GF.Data.Assoc
|
||||
@@ -81,10 +80,9 @@ executable gf3
|
||||
GF.Command.LexGFShell
|
||||
GF.Command.AbsGFShell
|
||||
GF.Command.PrintGFShell
|
||||
GF.Data.RedBlackSet
|
||||
GF.Data.GeneralDeduction
|
||||
GF.Infra.CompactPrint
|
||||
GF.Text.UTF8
|
||||
GF.Data.MultiMap
|
||||
GF.Data.Utilities
|
||||
GF.Data.SortedList
|
||||
GF.Data.Assoc
|
||||
|
||||
Reference in New Issue
Block a user