Skip to content

Commit 43350e3

Browse files
committed
Fix show instance
1 parent 2533ae7 commit 43350e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CoreFn/Meta.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ instance showMeta :: Show Meta where
3838
show IsNewtype = "IsNewtype"
3939
show IsTypeClassConstructor = "IsTypeClassConstructor"
4040
show IsForeign = "IsForeign"
41+
show IsWhere = "IsWhere"
4142

4243

4344
-- |

0 commit comments

Comments
 (0)