This commit is contained in:
russoul 2020-09-01 16:18:13 +03:00
parent a6d767f8fa
commit 394b433c59

View File

@ -7,7 +7,7 @@ import Data.Maybe
-- What would be a reason to have named constructors anyway, if we were to instantiate records by their
-- type constructors ?
-- Also it turned out that specifing type constructors instead of data constructors
-- Also it turned out that specifying type constructors instead of data constructors
-- does not simplify or provide any other benifit in internal implementation.