7 lines
280 B
Go
Raw Normal View History

2019-10-14 16:21:52 +02:00
// Package function builds on the functionality of cty by modeling functions
// that operate on cty Values.
//
// Functions are, at their core, Go anonymous functions. However, this package
// wraps around them utility functions for parameter type checking, etc.
package function