// We generally use the VStack.Computable interface even in p-stacks // because those can also handle normal vstack-computable functions. abstract sclass PStackComputable is VStack.Computable { double probability = 1; }