Skip to content

Commit

Permalink
Fix Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matwojcik committed Jul 9, 2021
1 parent a99a74d commit 64271a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class BooleanInferenceSpec extends Properties("BooleanInference") {
}

property("complex conjunction elimination") = secure {
type BaseRefinement = And[Size[Equal[10]], Forall[LetterOrDigit]]
type BaseRefinement = And[Size[Equal[W.`10`.T]], Forall[LetterOrDigit]]
type ConcreteRefinement = And[StartsWith[W.`"001"`.T], BaseRefinement]

Inference[ConcreteRefinement, BaseRefinement].isValid
Expand Down

0 comments on commit 64271a7

Please sign in to comment.