2017-09-20 23:39:34 +02:00
|
|
|
// Package function builds on the functionality of cty by modeling functions
|
|
|
|
// that operate on cty Values.
|
|
|
|
//
|
2018-03-03 18:43:09 +01:00
|
|
|
// Functions are, at their core, Go anonymous functions. However, this package
|
2017-09-20 23:39:34 +02:00
|
|
|
// wraps around them utility functions for parameter type checking, etc.
|
|
|
|
package function
|