Fixpoint3.PredSymsOf
trait PredSymsOf[t: Type]SourceA trait for types that contain predicate symbols.
Instances
instance PredSymsOf[Datalog]Sourceinstance PredSymsOf[Constraint]Sourceinstance PredSymsOf[HeadPredicate]Sourceinstance PredSymsOf[BodyPredicate]Sourceinstance PredSymsOf[RelSym]SourceSignatures
def predSymsOf(x: t): Set[PredSym] with PredSymsOf[t]
Source