Skip to content

Commit

Permalink
Rewriting system.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Feb 12, 2024
1 parent f62c86c commit 533dfd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object RewritingSystem {
val assumptions: ISZ[(AST.CoreExp.Base, (AST.ProofAst.StepId, AST.CoreExp.Base))]) {
@strictpure def toST: ST = {
val assumptionsOpt: Option[ST] = if (assumptions.isEmpty) None() else Some(
st"""using assumptions
st"""using assumptions:
|${(for (a <- assumptions) yield st"* ${a._2._2.prettyST} (${a._2._1}) for: ${a._1.prettyPatternST}", "\n")}
|"""
)
Expand Down

0 comments on commit 533dfd5

Please sign in to comment.