Skip to content

Commit 2f49519

Browse files
authored
Wrap example ADT fields in Column (#389)
1 parent 0513797 commit 2f49519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rel8.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,11 @@ import Rel8.Window
534534
-- data Thing f = ThingEmployer (Employer f) | ThingPotato (Potato f) | Nullary
535535
-- deriving stock Generic
536536
--
537-
-- data Employer f = Employer { employerId :: f Int32, employerName :: f Text}
537+
-- data Employer f = Employer { employerId :: Column f Int32, employerName :: Column f Text}
538538
-- deriving stock Generic
539539
-- deriving anyclass Rel8able
540540
--
541-
-- data Potato f = Potato { size :: f Int32, grower :: f Text }
541+
-- data Potato f = Potato { size :: Column f Int32, grower :: Column f Text }
542542
-- deriving stock Generic
543543
-- deriving anyclass Rel8able
544544
-- @

0 commit comments

Comments
 (0)