We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a38ac15 + 39bbeda commit 58149f0Copy full SHA for 58149f0
src/Language/Elm/Expression.hs
@@ -94,14 +94,14 @@ bind global var expression =
94
bind (fmap F . global) (unvar (pure . B) (fmap F . var)) .
95
fromScope
96
97
-deriving instance Eq v => Eq (Expression v)
98
-deriving instance Ord v => Ord (Expression v)
99
-deriving instance Show v => Show (Expression v)
100
-
101
deriveEq1 ''Expression
102
deriveOrd1 ''Expression
103
deriveShow1 ''Expression
104
+deriving instance Eq v => Eq (Expression v)
+deriving instance Ord v => Ord (Expression v)
+deriving instance Show v => Show (Expression v)
+
105
instance IsString (Expression v) where
106
fromString = Global . fromString
107
0 commit comments