Remove obsolete comment -- Structured is parametric now.

This commit is contained in:
Adam Sampson 2008-03-07 14:42:46 +00:00
parent 20f7666044
commit 337527a544

View File

@ -366,8 +366,6 @@ data Variant = Variant Meta Name [InputItem] Process
deriving (Show, Eq, Typeable, Data)
-- | This represents something that can contain local replicators and specifications.
-- (This ought to be a parametric type, @Structured Variant@ etc., but doing so
-- makes using generic functions across it hard.)
data Data a => Structured a =
Rep Meta Replicator (Structured a)
| Spec Meta Specification (Structured a)