Documentation
¶
Index ¶
- type Value
- func MkBool(b bool) *Value
- func MkChar(c rune) *Value
- func MkFloat(f float64) *Value
- func MkInt(i *big.Int) *Value
- func MkInt64(i int64) *Value
- func MkList(elems ...*Value) *Value
- func MkRecord(fields ...*Value) *Value
- func MkString(s string) *Value
- func MkUnion(alternative int, fields ...*Value) *Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Value ¶
func (*Value) Alternative ¶
Click to show internal directories.
Click to hide internal directories.