1 2 3 4 5 6 7
module Main (main) where import TestSubLib (messageEnd) import Lib.Map main :: IO () main = print $ Lib.Map.singleton 1 messageEnd