# Using this as a library to define some common utility functions that I often
# reach for.
{
  identity = x: x;
}