Currently, if you have common utility code in your OPA policy, you have to copy and paste it across all of your policy documents to use it. This is not DRY and can potentially lead to lots of unfortunate failures in policy enforcement if this code is updated frequently / in lots of different places and something is missed.
It would be nice if common policy code could be stored in a library and imported into the main policy documents.