You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stainless won't accept it although there is an extern annotation.
[ Error ] utils/AxiomaticSet.scala:8:20: Scala API `scala.collection.immutable.Set[T]` is not directly supported, please use `stainless.lang.Set` instead.
case class Set[T] (@extern s: ScalaSet[T])
^^^^^^^^^^^^^^^^^^^^^^
The same snippet works fine if we change immutable scala sets by mutable ones.
The text was updated successfully, but these errors were encountered:
When verifying the following snippet in stainless-scalac:
Stainless won't accept it although there is an extern annotation.
The same snippet works fine if we change immutable scala sets by mutable ones.
The text was updated successfully, but these errors were encountered: