matterhorn-50200.2.0: src/Command.hs-boot
module Command where import Data.Text ( Text ) import Types ( MH, Cmd, CmdArgs ) commandList :: [Cmd] printArgSpec :: CmdArgs a -> Text dispatchCommand :: Text -> MH ()
module Command where import Data.Text ( Text ) import Types ( MH, Cmd, CmdArgs ) commandList :: [Cmd] printArgSpec :: CmdArgs a -> Text dispatchCommand :: Text -> MH ()