Skip to content

Commit 822c4ba

Browse files
jimmyhucoowickstrom
authored andcommitted
add a derived superclass instance for Form
1 parent ec30290 commit 822c4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Hyper/Form.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ derive instance genericForm :: Generic Form
3838
derive newtype instance eqForm :: Eq Form
3939
derive newtype instance ordForm :: Ord Form
4040
derive newtype instance showForm :: Show Form
41+
derive newtype instance semigroupForm :: Semigroup Form
4142
derive newtype instance monoidForm :: Monoid Form
4243

4344

0 commit comments

Comments
 (0)