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.
1 parent ffffd7e commit 7d09f4cCopy full SHA for 7d09f4c
ch12/generics/view-generic.hs
@@ -13,7 +13,7 @@ data Request = Request String Int
13
okVal = from Ok
14
15
errVal :: D1
16
- ('MetaData "Status" "Main" "main" 'False)
+ ('MetaData "Status" "Main" "hid-examples-0.5-inplace-view-generic" 'False)
17
(C1 ('MetaCons "Ok" 'PrefixI 'False) U1
18
:+: C1 ('MetaCons "Err" 'PrefixI 'False) U1)
19
x
0 commit comments