Skip to content

Commit

Permalink
Remember to export Derivable and ProductDerivable
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jun 16, 2024
1 parent e556c39 commit 96ef3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/soundness+wisteria.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package soundness

export wisteria.{FieldIndex, ContextRequirement, VariantIndex, VariantError, ProductDerivation, Derivation,
Reflection, ProductReflection, SumReflection}
Reflection, ProductReflection, SumReflection, Derivable, ProductDerivable}

package derivationContext:
export wisteria.derivationContext.{required, relaxed}

0 comments on commit 96ef3b3

Please sign in to comment.