Skip to content

Commit

Permalink
whups
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Oct 31, 2023
1 parent c00ac75 commit 9b68345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-core/Pact/Core/IR/Term.hs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ instance Show (TableSchema name) where
show (DesugaredTable t) = "DesugardTable(" <> show t <> ")"
show (ResolvedTable t) = "ResolvedTable(" <> show t <> ")"

data DefTablename info
data DefTable name info
= DefTable
{ _dtName :: Text
, _dtSchema :: TableSchema name
Expand Down

0 comments on commit 9b68345

Please sign in to comment.