keiro-dsl-0.6.0.0: test/conformance-scalar-expressions/Generated/AggregateScalarExpressions/Structural/Shape/Limits.hs
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
-- @generated by keiro-dsl; do not edit. Regenerated from the .keiro spec.
module Generated.AggregateScalarExpressions.Structural.Shape.Limits (LimitsShape (..)) where
import GHC.Generics (Generic)
import Numeric.Natural (Natural)
data LimitsShape = Limits
{ minimum :: !Integer
, ceiling :: !Natural
}
deriving stock (Eq, Generic, Show)