lackey-0.1.0: library/Lackey/Internal/MatrixItem.hs
module Lackey.Internal.MatrixItem where
data MatrixItem
= MatrixFlag String
| MatrixParam String
| MatrixParams String
deriving (Eq, Ord, Read, Show)
module Lackey.Internal.MatrixItem where
data MatrixItem
= MatrixFlag String
| MatrixParam String
| MatrixParams String
deriving (Eq, Ord, Read, Show)