From 5373d78fb00cdad9b9bd5d95a5f3a2538c4e765c Mon Sep 17 00:00:00 2001 From: Chris Davenport Date: Fri, 8 Jun 2018 09:18:34 -0400 Subject: [PATCH] Update Instructions for Level04 DBComment --- src/Level04/DB/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Level04/DB/Types.hs b/src/Level04/DB/Types.hs index 681f237..f9254ed 100644 --- a/src/Level04/DB/Types.hs +++ b/src/Level04/DB/Types.hs @@ -13,7 +13,7 @@ import Database.SQLite.Simple.FromRow (FromRow (fromRow), field) -- Complete in the DbComment type below so it is a record type that matches the -- Comment type, but without the newtype wrappers for each value. To get started, --- just copy the new definition for the `Comment` type from FirstApp.Types. +-- just copy the new definition for the `Comment` type from Level04.Types. data DBComment = DBComment -- NB: Haskell does not allow duplicate field names for records so the field -- names for this type will have to be slightly different