Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FunctionReturningBool ¶
type FunctionReturningBool = any
type Session ¶
type Session struct {
// SupportAdhocGenerators means that the program runtime can create generators for types that don't have any generators available
SupportAdhocGenerators bool
// contains filtered or unexported fields
}
func NewSession ¶
func NewSession() *Session
func NewSessionWithPrimitives ¶
func NewSessionWithPrimitives() *Session
Click to show internal directories.
Click to hide internal directories.