Commit 2bb9c82c by Zachary Snow

drop Eq instance for AlwaysKW Kind

parent 4756f497
......@@ -37,7 +37,6 @@ data Kind
= Const Expr
| Var
| Proc [Expr] [PortDir]
deriving Eq
scoper :: ModuleItem -> SC ModuleItem
scoper = scopeModuleItem traverseDecl return traverseGenItem traverseStmt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment