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