1 2 3 4 5 6 7
module T19843d where import Prelude (undefined, map) data Mup k v = Mup k v foo (Map k v) = undefined