Remove obsolete comment -- Structured is parametric now.
This commit is contained in:
parent
20f7666044
commit
337527a544
|
@ -366,8 +366,6 @@ data Variant = Variant Meta Name [InputItem] Process
|
||||||
deriving (Show, Eq, Typeable, Data)
|
deriving (Show, Eq, Typeable, Data)
|
||||||
|
|
||||||
-- | This represents something that can contain local replicators and specifications.
|
-- | 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 =
|
data Data a => Structured a =
|
||||||
Rep Meta Replicator (Structured a)
|
Rep Meta Replicator (Structured a)
|
||||||
| Spec Meta Specification (Structured a)
|
| Spec Meta Specification (Structured a)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user