Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Change to Resource, ResourceType

Compare
Choose a tag to compare
@ari-becker ari-becker released this 16 Jul 06:14
· 20 commits to master since this release
v0.4.0
af96b0b

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.