# Functions
Bool is a helper routine that allocates a new bool value to store v and returns a pointer to it.
Int is a helper routine that allocates a new int value to store v and returns a pointer to it.
Provider does stuff.
String is a helper routine that allocates a new string value to store v and returns a pointer to it.