Skip to content

Commit cd162fd

Browse files
committed
test
1 parent 16f6342 commit cd162fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kore/src/Kore/Equation/Registry.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ ignoreDefinition Equation { attributes, left }
160160
| otherwise = (error . show . Pretty.vsep)
161161
[ "left-hand side of equation was not function-like at:"
162162
, Pretty.indent 4 $ Pretty.pretty sourceLocation
163+
, Pretty.indent 4 $ Pretty.pretty $ show left
163164
]
164165
where
165166
Attribute.Axiom { sourceLocation } = attributes

0 commit comments

Comments
 (0)