Skip to content

Commit

Permalink
itemize trace
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jan 19, 2024
1 parent d207604 commit 3a2ce5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Nockma/Evaluator/Crumbs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ instance PrettyCode EvalCrumb where

instance PrettyCode EvalCtx where
ppCode (EvalCtx l) =
vsep <$> mapM (fmap nest' . ppCode) (reverse l)
itemize <$> mapM (fmap nest' . ppCode) (reverse l)

0 comments on commit 3a2ce5b

Please sign in to comment.