mcqc icon indicating copy to clipboard operation
mcqc copied to clipboard

Make context a multimap

Open elefthei opened this issue 5 years ago • 0 comments

Context is now a map, which does not allow for two polymorphic definitions to coexist, although clang clearly allows that (overloading). Substitute Map for Multimap in Context definition.

http://hackage.haskell.org/package/multimap-1.2.1/docs/Data-MultiMap.html

elefthei avatar Apr 08 '19 14:04 elefthei