Skip to content

Commit 5fd7f57

Browse files
committed
Remove Eq derived instance from 'ImplementationType'
1 parent ecec8b6 commit 5fd7f57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/drasil-code/lib/Language/Drasil/Choices.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ instance RenderChoices Modularity where
7878
-- | Program implementation options.
7979
data ImplementationType = Library -- ^ Generated code does not include Controller.
8080
| Program -- ^ Generated code includes Controller.
81-
deriving Eq
8281

8382
-- | Renders options for program implementation.
8483
instance RenderChoices ImplementationType where

0 commit comments

Comments
 (0)