Skip to content

Commit

Permalink
revert print change
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored and paulcadman committed Aug 29, 2023
1 parent 31b367e commit 300baa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Concrete/Print/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ instance (SingI s) => PrettyPrint (AxiomDef s) where
?<> ppCode _axiomKw
<+> axiomName'
<+> ppCode _axiomColonKw
<+> nest (ppExpressionType _axiomType)
<+> ppExpressionType _axiomType

instance PrettyPrint BuiltinInductive where
ppCode i = ppCode Kw.kwBuiltin <+> keywordText (P.prettyText i)
Expand Down

0 comments on commit 300baa2

Please sign in to comment.