This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
Change to Resource, ResourceType
Drops the old, dormant implementation for a repository that focuses on
hosting the types / schemas of the various resource types, and allows
the downstream user to construct the type of their Resource and
ResourceType as necessary. This solves the code-reusage problem while
keeping downstream implementations performant.
See the examples in the README.md
, the new Resource.dhall
, and
the new ResourceType.dhall
to understand the new usage pattern.