ref: a8f8fd8c2e9d0d7cfc88be7b9cb24a5a25ec4191
parent: 8deeb4ac75d8ed8cf423a30474b5958957748d36
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Thu Feb 15 13:47:20 EST 2024
Add commented out Show instance
--- a/src/MicroHs/IdentMap.hs
+++ b/src/MicroHs/IdentMap.hs
@@ -29,6 +29,11 @@
(Map a) -- right subtree
-- deriving(Show)
+{-+instance Show a => Show (Map a) where
+ show m = show (toList m)
+-}
+
empty :: forall a . Map a
empty = Nil
--
⑨