fix all the reader tests lol

This commit is contained in:
2026-08-22 18:07:39 -06:00
parent 73063d2b2c
commit bbcc924b34
13 changed files with 499 additions and 50 deletions
+1 -1
View File
@@ -57,4 +57,4 @@ instance Exception AJalmot where
instance Exception AJalmotCS where
backtraceDesired = const False
displayException (MkAJalmotCS cs jm) =
"\n" <> displayException jm <> "\n\n" <> prettyCallStack cs
"\n" <> displayException jm <> "\n\n" <> prettyCallStack cs <> "\n"