keiro-dsl-0.4.0.1: test/conformance-structural/Generated/StructuralConformance/Structural/Shape/ArtifactKind.hs
{-# LANGUAGE DeriveGeneric #-}
-- @generated by keiro-dsl; do not edit. Regenerated from the .keiro spec.
module Generated.StructuralConformance.Structural.Shape.ArtifactKind (ArtifactKindShape (..)) where
import GHC.Generics (Generic)
data ArtifactKindShape = Guide | Reference
deriving stock (Eq, Generic, Show)