Versions in this module Expand all Collapse all v1 v1.8.100 Apr 30, 2021 Changes in this version + var Builtins = map[Identifier]*Type + var Operators = []string + type Context struct + Types map[TypeName]*Type + Variables map[Identifier]*Type + func CreateDoc(i interface{}) *Context + func (c *Context) Markdown() string + type Identifier string + type Kind string + type Type struct + Arguments []*Type + Fields map[Identifier]*Type + Key *Type + Kind Kind + Name TypeName + Return *Type + Type *Type + type TypeName string