Remove unused Module type

This commit is contained in:
Sergey Vinokurov 2015-06-01 18:07:04 +03:00
parent 4a9d578681
commit 6a65701397

View File

@ -159,9 +159,6 @@ type Expression = String
-- | Module name.
type ModuleString = String
-- | A Module
type Module = [String]
data GmLogLevel =
GmSilent
| GmPanic