var stdFunctions …
var stdTypes …
func init() { … }
func Functions() []*decls.FunctionDecl { … }
func Types() []*decls.VariableDecl { … }
func notStrictlyFalse(value ref.Val) ref.Val { … }
func inAggregate(lhs ref.Val, rhs ref.Val) ref.Val { … }
func function(name string, opts ...decls.FunctionOpt) *decls.FunctionDecl { … }
func argTypes(args ...*types.Type) []*types.Type { … }
func noBinaryOverrides(rhs, lhs ref.Val) ref.Val { … }
func noFunctionOverrides(args ...ref.Val) ref.Val { … }
func identity(val ref.Val) ref.Val { … }
func convertToType(t ref.Type) functions.UnaryOp { … }