Skip to content

Commit

Permalink
optimize memory footprint: ScalaDocs + cleanups (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Sep 25, 2020
1 parent e86c808 commit 31cbe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigmastate/src/main/scala/sigmastate/trees.scala
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ object SigmaOr extends SigmaTransformerCompanion {
def apply(head: SigmaPropValue, tail: SigmaPropValue*): SigmaOr = SigmaOr(head +: tail)
}

/** Base trait for companions. */
/** Base trait for companions of OR, AND and XorOf nodes. */
trait LogicalTransformerCompanion extends ValueCompanion {
def argInfos: Seq[ArgInfo]
val OpType: SFunc = SFunc(SCollection.SBooleanArray, SBoolean)
Expand Down

0 comments on commit 31cbe75

Please sign in to comment.