Closed mariari closed 4 years ago
Often it's a pattern in Haskell to say
data MatchL = Matchl...
currently this causes issues resulting in
rc/Juvix/Frontend/Types.hs:(27,1)-(384,4): error: … • Constructors MatchL' and MatchLX give different types for field ‘extMatchL’ • In the data type declaration for ‘MatchL'’ |
note for self: this probably just needs extensionLabel to be split into two things where the default is different
extensionLabel
Often it's a pattern in Haskell to say
currently this causes issues resulting in